Skip to content

Commit

Permalink
Change to i686
Browse files Browse the repository at this point in the history
  • Loading branch information
perkfly committed Jul 9, 2024
1 parent 5b09be7 commit 6441235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: i386
host: i386-linux-musl
- arch: i686
host: i686-linux-musl
capture_interface: eth0
# https://github.com/ziglang/zig/issues/7935
zigflags: -target x86-linux-musl -fPIC -z notext
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Build the Chrome version of curl-impersonate
run: |
export LDFLAGS=-fuse-ld=${LD}
# export LDFLAGS=-fuse-ld=lld
make chrome-build
make chrome-checkbuild
make chrome-install
Expand Down

0 comments on commit 6441235

Please sign in to comment.