Skip to content

Commit

Permalink
Try x86
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jul 9, 2024
1 parent 82f102c commit ff8bb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
host: aarch64-linux-musl
capture_interface: eth0
zigflags: -target aarch64-linux-musl -fPIC -mno-outline-atomics
- arch: i686
host: i686-linux-musl
- arch: x86
host: x86-linux-musl
capture_interface: eth0
# https://github.com/ziglang/zig/issues/7935
zigflags: -target x86-linux-musl -fPIC -z notext
Expand Down

0 comments on commit ff8bb2b

Please sign in to comment.