We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5069d26 commit d6c3b66Copy full SHA for d6c3b66
.github/workflows/CI.yml
@@ -35,6 +35,7 @@ jobs:
35
build: |
36
rustup target add i686-pc-windows-msvc &&
37
yarn build --target i686-pc-windows-msvc
38
+ mv crates/domparser_napi/domparser.*.node .
39
yarn test
40
target: i686-pc-windows-msvc
41
- host: ubuntu-latest
@@ -79,6 +80,9 @@ jobs:
79
80
target: armv7-unknown-linux-musleabihf
81
82
rustup target add armv7-unknown-linux-musleabihf &&
83
+ export CC="zig cc -target arm-linux-musleabihf" &&
84
+ export CXX="zig c++ -target arm-linux-musleabihf" &&
85
+ export CARGO_TARGET_ARMV7_UNKNOWN_LINUX_MUSLEABIHF_LINKER="zig cc -target arm-linux-musleabihf" &&
86
yarn build --target armv7-unknown-linux-musleabihf
87
88
target: aarch64-linux-android
0 commit comments