Skip to content

Commit

Permalink
fix: test bindings on x86_64-unknown-linux-musl
Browse files Browse the repository at this point in the history
```bash
Error: Error relocating /build/resvgjs.linux-x64-musl.node: mprotect: initial-exec TLS resolves to dynamic definition in /build/resvgjs.linux-x64-musl.node

  › Object.<anonymous> (js-binding.js:175:31)
  › Module._compile (node_modules/pirates/lib/index.js:117:24)

  ✘ __test__/index.spec.ts exited with a non-zero exit code: 1
```
  • Loading branch information
yisibl committed Mar 3, 2024
1 parent b04e6a7 commit 32cf55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
build: |-
set -e &&
yarn build &&
llvm-strip -x *.node
strip *.node
- host: macos-14
target: aarch64-apple-darwin
build: |
Expand Down

0 comments on commit 32cf55c

Please sign in to comment.