Skip to content

Commit

Permalink
GH Actions: Workaround 'large atomic operation' zig warnings on 32-bi…
Browse files Browse the repository at this point in the history
…t arm

Issue #610 (bdwgc).

Just comment out these configurations in zig-cross-compile.yml.
  • Loading branch information
ivmai committed Jan 12, 2024
1 parent 19d77e2 commit a030208
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/zig-cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,19 @@ jobs:
exclude:
- enable_threads: true
ttriple: wasm32-wasi-musl
# The following ones have "exceeds the max lock-free size" warning.
- enable_threads: true
ttriple: arm-linux-gnueabi
- enable_threads: true
ttriple: arm-linux-musleabi
- enable_threads: true
ttriple: armeb-linux-gnueabi
- enable_threads: true
ttriple: thumb-linux-gnueabi
- enable_threads: true
ttriple: thumb-linux-musleabi
- enable_threads: true
ttriple: thumb-linux-musleabihf
# The following ones have some zig link issue.
- shared_libs: true
ttriple: aarch64_be-linux-gnu
Expand Down

0 comments on commit a030208

Please sign in to comment.