We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d99426 commit 3ad65cfCopy full SHA for 3ad65cf
.github/workflows/CI.yml
@@ -35,7 +35,7 @@ jobs:
35
build: |-
36
set -e &&
37
rustup target add x86_64-unknown-linux-gnu &&
38
- yarn build --target x86_64-unknown-linux-gnu --zig --zig-abi-suffix 2.12 &&
+ yarn build &&
39
llvm-strip -x *.node
40
- host: macos-latest
41
target: aarch64-apple-darwin
@@ -45,7 +45,7 @@ jobs:
45
export CXX=$(xcrun -f clang++);
46
SYSROOT=$(xcrun --sdk macosx --show-sdk-path);
47
export CFLAGS="-isysroot $SYSROOT -isystem $SYSROOT";
48
- yarn build --target aarch64-apple-darwin
+ yarn build
49
strip -x *.node
50
name: stable - ${{ matrix.settings.target }} - node@16
51
runs-on: ${{ matrix.settings.host }}
0 commit comments