File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ jobs:
115
115
docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
116
116
build : >-
117
117
set -e &&
118
+ apk add --upgrade clang-static llvm-dev &&
118
119
export CARGO_PROFILE_RELEASE_LTO=false &&
119
120
if [[ ${{ inputs.package }} == "core" ]]; then
120
121
RUSTFLAGS='-C target-feature=+sse2' cargo build --manifest-path ../../bindings/swc_cli/Cargo.toml --release --features plugin --target x86_64-unknown-linux-musl &&
@@ -170,6 +171,7 @@ jobs:
170
171
downloadTarget : aarch64-unknown-linux-musl
171
172
docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
172
173
build : >-
174
+ apk add --upgrade clang-static llvm-dev &&
173
175
export JEMALLOC_SYS_WITH_LG_PAGE=16 &&
174
176
rustup toolchain install $(cat ../../rust-toolchain) &&
175
177
rustup target add aarch64-unknown-linux-musl &&
You can’t perform that action at this time.
0 commit comments