File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,13 @@ jobs:
22
22
- host : ubuntu-latest
23
23
target : aarch64-unknown-linux-gnu
24
24
docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
25
- # Note: export RUSTFLAGS for musl need inject especially: https://github.com/utooland/utoo/pull/1980
26
25
build : |
27
26
rustup target add aarch64-unknown-linux-gnu &&
28
- export RUSTFLAGS='--cfg tokio_unstable -Zshare-generics=y -Zthreads=8 -Zunstable-options -Csymbol-mangling-version=v0 -Clinker-flavor=gnu-lld-cc -Clink-self-contained=+linker' &&
29
27
npm run build:binding --workspace=@utoo/pack -- --target aarch64-unknown-linux-gnu
30
28
- host : ubuntu-latest
31
29
target : aarch64-unknown-linux-musl
32
30
docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
31
+ # Note: export RUSTFLAGS for musl need inject especially: https://github.com/utooland/utoo/pull/1980
33
32
build : |
34
33
set -ex &&
35
34
rm /etc/apk/repositories &&
38
37
apk update &&
39
38
apk add --no-cache libc6-compat pkgconfig dav1d libdav1d dav1d-dev clang-static llvm-dev &&
40
39
rustup target add aarch64-unknown-linux-musl &&
40
+ export RUSTFLAGS='--cfg tokio_unstable -Zshare-generics=y -Zthreads=8 -Zunstable-options -Csymbol-mangling-version=v0 -Clinker-flavor=gnu-lld-cc -Clink-self-contained=+linker' &&
41
41
npm run build:binding --workspace=@utoo/pack -- --target aarch64-unknown-linux-musl
42
42
- host : ubuntu-latest
43
43
target : x86_64-unknown-linux-gnu
You can’t perform that action at this time.
0 commit comments