From: Vincent Fu Date: Thu, 18 May 2023 17:23:49 +0000 (-0400) Subject: Revert "ci: stop testing Linux 32-bit builds" X-Git-Tag: fio-3.35~5 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e448d863c2fbf7036126e2f222ce7351ab3750ba;p=fio.git Revert "ci: stop testing Linux 32-bit builds" This reverts commit 83b2d4b78374055c3a2261136eedf03b5fbfc335. There now seems to be a solution to the 32-bit GitHub Actions Ubuntu breakage. Signed-off-by: Vincent Fu --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8325a3d9..dd2997f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - linux-gcc - linux-clang - macos + - linux-i686-gcc - android - windows-cygwin-64 - windows-cygwin-32 @@ -27,6 +28,9 @@ jobs: cc: clang - build: macos os: macos-12 + - build: linux-i686-gcc + os: ubuntu-22.04 + arch: i686 - build: android os: ubuntu-22.04 arch: aarch64-linux-android32