From: Vincent Fu Date: Mon, 15 May 2023 12:51:27 +0000 (-0400) Subject: ci: stop testing Linux 32-bit builds X-Git-Tag: fio-3.35~10 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=83b2d4b78374055c3a2261136eedf03b5fbfc335;p=fio.git ci: stop testing Linux 32-bit builds The GitHub Actions image has had a longstanding problem with the dependencies required for 32-bit builds. The current work around no longer fixes the issue. Stop testing 32-bit builds to avoid false positive failures with our CI testing. We can re-enable 32-bit builds when this issue is fixed upstream. Details: https://github.com/actions/runner-images/issues/4589 Signed-off-by: Vincent Fu --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd2997f0..8325a3d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: - linux-gcc - linux-clang - macos - - linux-i686-gcc - android - windows-cygwin-64 - windows-cygwin-32 @@ -28,9 +27,6 @@ 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