From dbbbbd13c77f35b35639770f151d792b2a7a9ca4 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Fri, 9 Dec 2022 08:55:37 -0600 Subject: [PATCH] Update freebsd build (#43866) Fixes: https://github.com/vercel/next.js/actions/runs/3652055251/jobs/6170973932 Passed: https://github.com/vercel/next.js/actions/runs/3655313786/jobs/6176560747 Co-authored-by: LongYinan --- .github/workflows/build_test_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index 1dfd70a0f12c286..8de2ebeee78b3ae 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -1276,11 +1276,11 @@ jobs: # Disable LTO, or the lld may crash with OOM CARGO_PROFILE_RELEASE_LTO: false with: - envs: DEBUG RUSTUP_HOME CARGO_HOME RUSTUP_IO_THREADS CARGO_PROFILE_RELEASE_LTO NAPI_CLI_VERSION RUST_TOOLCHAIN PNPM_VERSION + envs: DEBUG RUSTUP_HOME CARGO_HOME RUSTUP_IO_THREADS CARGO_PROFILE_RELEASE_LTO NAPI_CLI_VERSION RUST_TOOLCHAIN PNPM_VERSION VM_RELEASE usesh: true mem: 6000 prepare: | - pkg install -y curl node16 + pkg install -y -f curl node libnghttp2 curl -qL https://www.npmjs.com/install.sh | sh npm i -g pnpm@${PNPM_VERSION} "@napi-rs/cli@${NAPI_CLI_VERSION}" curl https://sh.rustup.rs -sSf --output rustup.sh