File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 - host : ubuntu-latest
4242 target : x86_64-unknown-linux-musl
4343 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
44- 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
44+ build : apk add musl-dev musl-utils gcc && ls -l /usr/bin && CC=x86_64-alpine-linux-musl-gcc CMAKE_C_COMPILER=x86_64-alpine-linux-musl-gcc CMAKE_CXX_COMPILER=x86_64-alpine-linux-musl-g++ yarn build --target x86_64-unknown-linux-musl
4545 - host : macos-latest
4646 target : aarch64-apple-darwin
4747 build : yarn build --target aarch64-apple-darwin
6262 apk add gcc musl-dev &&
6363 ls -l /usr/bin &&
6464 rustup target add aarch64-unknown-linux-musl &&
65- CC=aarch64-alpine-linux-musl-gcc yarn build --target aarch64-unknown-linux-musl
65+ CC=aarch64-alpine-linux-musl-gcc CMAKE_C_COMPILER=aarch64-alpine-linux-musl-gcc CMAKE_CXX_COMPILER=aarch64-alpine-linux-musl-g++ yarn build --target aarch64-unknown-linux-musl
6666 name : stable - ${{ matrix.settings.target }} - node@20
6767 runs-on : ${{ matrix.settings.host }}
6868 steps :
You can’t perform that action at this time.
0 commit comments