Skip to content

Commit 43b7bbf

Browse files
authored
update Windows build pool to hld-win2025-amd and remove executable_heap feature from hyperlight-host (#98)
Signed-off-by: Simon Davies <[email protected]>
1 parent 50b2135 commit 43b7bbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
os: [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd"]
5454
build_name: linux-x64-musl
5555
- target: x86_64-pc-windows-msvc
56-
os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2022-amd"]
56+
os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2025-amd"]
5757
build_name: win32-x64-msvc
5858
runs-on: ${{ matrix.os }}
5959
steps:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
hyperlight-common = { version = "0.14.0", default-features = false }
1515
hyperlight-guest-bin = { version = "0.14.0" }
1616
hyperlight-guest = { version = "0.14.0" }
17-
hyperlight-host = { version = "0.14.0", default-features = false, features = ["executable_heap"] }
17+
hyperlight-host = { version = "0.14.0", default-features = false }
1818

1919
hyperlight-js = { version = "0.2.0", path = "src/hyperlight-js" }
2020
hyperlight-js-runtime = { version = "0.2.0", path = "src/hyperlight-js-runtime" }

0 commit comments

Comments
 (0)