File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3636 rustup target add i686-pc-windows-msvc &&
3737 yarn build --target i686-pc-windows-msvc
3838 ls -R crates
39- mv crates/domparser_napi/domparser.* .node .
39+ mv crates/domparser_napi/domparser.win32-ia32-msvc .node .
4040 yarn test
4141 target : i686-pc-windows-msvc
4242 - host : ubuntu-latest
9090 rustup target add armv7-unknown-linux-musleabihf &&
9191 export CC="zig cc -target arm-linux-musleabihf" &&
9292 export CXX="zig c++ -target arm-linux-musleabihf" &&
93- export CARGO_TARGET_ARMV7_UNKNOWN_LINUX_MUSLEABIHF_LINKER="zig cc -target arm-linux-musleabihf" &&
93+ export CARGO_TARGET_ARMV7_UNKNOWN_LINUX_MUSLEABIHF_LINKER="zig" &&
94+ export RUSTFLAGS="-C linker=zig -C link-arg=-target -C link-arg=arm-linux-musleabihf" &&
9495 yarn build --target armv7-unknown-linux-musleabihf
9596 - host : ubuntu-latest
9697 target : aarch64-linux-android
You can’t perform that action at this time.
0 commit comments