From 6b0da7cd5ec5812434cb08d6071c19b95c0e458c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Wed, 22 Jun 2022 06:05:55 +0900 Subject: [PATCH] fix(ci): Don't build wasmer for freebsd and i686 windows target (#37891) * Fix * test builds * Revert * -no-plugin * test build * update freebsd build * Revert "test build" Co-authored-by: JJ Kasper --- .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 a65c80fb31de5..2c054392315c2 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -1241,7 +1241,7 @@ jobs: - host: windows-latest build: | npm i -g "@napi-rs/cli@${NAPI_CLI_VERSION}" "turbo@${TURBO_VERSION}" "pnpm@${PNPM_VERSION}" - turbo run build-native --cache-dir=".turbo" -- --release --target i686-pc-windows-msvc + turbo run build-native-no-plugin --cache-dir=".turbo" -- --release --target i686-pc-windows-msvc target: 'i686-pc-windows-msvc' - host: ubuntu-latest target: 'x86_64-unknown-linux-gnu' @@ -1478,7 +1478,7 @@ jobs: env freebsd-version npm i -g "@napi-rs/cli@${NAPI_CLI_VERSION}" "turbo@${TURBO_VERSION}" && if [ ! -f $(dirname $(which yarn))/pnpm ]; then ln -s $(which yarn) $(dirname $(which yarn))/pnpm;fi - yarn --cwd=packages/next-swc build-native --release --target x86_64-unknown-freebsd + yarn --cwd=packages/next-swc build-native-no-plugin --release --target x86_64-unknown-freebsd rm -rf node_modules rm -rf packages/next-swc/target - name: Upload artifact