File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[target .aarch64-unknown-linux-musl ]
2- linker = " aarch64-linux-musl-gcc"
2+ linker = " aarch64-alpine- linux-musl-gcc"
33rustflags = [" -C" , " target-feature=-crt-static" ]
44[target .arm-unknown-linux-musleabihf ]
55rustflags = [" -C" , " target-feature=-crt-static" ]
Original file line number Diff line number Diff line change 3838 - host : ubuntu-latest
3939 target : x86_64-unknown-linux-musl
4040 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
41- build : apk add musl-dev musl-utils gcc && CC=x86-64 -alpine-linux-musl-gcc yarn build --target x86_64-unknown-linux-musl
41+ build : apk add musl-dev musl-utils gcc && ls -l /usr/bin && CC=x86_64 -alpine-linux-musl-gcc yarn build --target x86_64-unknown-linux-musl
4242 - host : macos-latest
4343 target : aarch64-apple-darwin
4444 build : yarn build --target aarch64-apple-darwin
You can’t perform that action at this time.
0 commit comments