From 85230d47a5b6ffbe461d01140e733a936b5b3915 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Thu, 9 Apr 2026 10:55:04 +0100 Subject: [PATCH] update Windows build pool to hld-win2025-amd and remove executable_heap feature from hyperlight-host Signed-off-by: Simon Davies --- .github/workflows/npm-publish.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 8fa0d22..3cc6e55 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -53,7 +53,7 @@ jobs: os: [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd"] build_name: linux-x64-musl - target: x86_64-pc-windows-msvc - os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2022-amd"] + os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2025-amd"] build_name: win32-x64-msvc runs-on: ${{ matrix.os }} steps: diff --git a/Cargo.toml b/Cargo.toml index d71b896..f9074ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" hyperlight-common = { version = "0.14.0", default-features = false } hyperlight-guest-bin = { version = "0.14.0" } hyperlight-guest = { version = "0.14.0" } -hyperlight-host = { version = "0.14.0", default-features = false, features = ["executable_heap"] } +hyperlight-host = { version = "0.14.0", default-features = false } hyperlight-js = { version = "0.2.0", path = "src/hyperlight-js" } hyperlight-js-runtime = { version = "0.2.0", path = "src/hyperlight-js-runtime" }