Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Mar 26, 2024
1 parent e7163a7 commit 05cacaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
make clean
cp -a . i386root/root/fvcbm/ || true Ignore recursive copy error
- name: 'Compile with gcc with MUSL on i386'
run: chroot i386root make -C /root/fvcbm linux LINUX_CC=gcc CFLAGS=-static
run: chroot i386root make -C /root/fvcbm linux LINUX_CC=gcc CFLAGS='-static -m32 -O2'
- name: 'Run tests with gcc with MUSL on i386'
run: chroot i386root make -C /root/fvcbm test
- name: 'Strip binary'
Expand Down

0 comments on commit 05cacaf

Please sign in to comment.