Skip to content

Commit ea79df4

Browse files
authored
Reverting --use-napi-cross for x86_64-unknown-linux-gnu (#347)
Reverting --use-napi-cross for x86_64-unknown-linux-gnu since it was causing `is compressed with ELFCOMPRESS_ZLIB, but lld is not built with zlib support` linker error Co-authored-by: Bidek56 <[email protected]>
1 parent 79412db commit ea79df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-js-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build: |-
3333
set -e &&
3434
rustup target add x86_64-unknown-linux-gnu &&
35-
yarn build --use-napi-cross --target x86_64-unknown-linux-gnu && llvm-strip -x polars/*.node
35+
yarn build -x --target x86_64-unknown-linux-gnu && llvm-strip -x polars/*.node
3636
3737
- host: ubuntu-latest
3838
architecture: x64

0 commit comments

Comments
 (0)