Skip to content

Commit d6c3b66

Browse files
committed
fix(ci): move artifact for i686-pc-windows-msvc and use zig for armv7-musl
1 parent 5069d26 commit d6c3b66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
build: |
3636
rustup target add i686-pc-windows-msvc &&
3737
yarn build --target i686-pc-windows-msvc
38+
mv crates/domparser_napi/domparser.*.node .
3839
yarn test
3940
target: i686-pc-windows-msvc
4041
- host: ubuntu-latest
@@ -79,6 +80,9 @@ jobs:
7980
target: armv7-unknown-linux-musleabihf
8081
build: |
8182
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" &&
8286
yarn build --target armv7-unknown-linux-musleabihf
8387
- host: ubuntu-latest
8488
target: aarch64-linux-android

0 commit comments

Comments
 (0)