From 228cd182c2068c5c151003fb911e42eed1981ef6 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 25 Mar 2024 20:56:34 -0700 Subject: [PATCH] fixup i386 --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ddf580..461ce64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' @@ -117,8 +118,7 @@ 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 + cp -a . i386root/root/fvcbm/ - 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' @@ -129,6 +129,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' @@ -149,6 +151,7 @@ jobs: with: name: 'fvcbm-macos' path: fvcbm + retention-days: 1 osx-14-aarch64: name: 'macOS 14 on aarch64' @@ -215,3 +218,4 @@ jobs: with: name: 'fvcbm.com' path: fvcbm + retention-days: 1