Skip to content

Commit

Permalink
fixup i386
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Mar 26, 2024
1 parent c230692 commit b17996f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
with:
name: 'fvcbm-windows.exe'
path: fvcbm.exe
retention-days: 1

alpine-3_19-x86_64:
name: 'Alpine 3.19 with MUSL'
Expand All @@ -117,8 +118,8 @@ jobs:
run: |
OSVER="$(sed -nE '/^VERSION_ID=/s/^.*=([0-9]+\.[0-9]+).*$/\1/p' /etc/os-release)"
apk -p i386root -X https://dl-cdn.alpinelinux.org/alpine/v${OSVER}/main -U --allow-untrusted --initdb --arch x86 add alpine-baselayout build-base groff
cat i386root/etc/os-release
git clone . i386root/root/fvcbm
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
- name: 'Run tests with gcc with MUSL on i386'
Expand All @@ -129,6 +130,8 @@ jobs:
with:
name: 'fvcbm-linux-x86'
path: i386root/root/fvcbm/fvcbm
retention-days: 1


osx-12-x86_64:
name: 'macOS 12 on x86_64'
Expand All @@ -149,6 +152,7 @@ jobs:
with:
name: 'fvcbm-macos'
path: fvcbm
retention-days: 1

osx-14-aarch64:
name: 'macOS 14 on aarch64'
Expand Down Expand Up @@ -215,3 +219,4 @@ jobs:
with:
name: 'fvcbm.com'
path: fvcbm
retention-days: 1

0 comments on commit b17996f

Please sign in to comment.