ci: stop testing Linux 32-bit builds
authorVincent Fu <vincent.fu@samsung.com>
Mon, 15 May 2023 12:51:27 +0000 (08:51 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Mon, 15 May 2023 12:51:27 +0000 (08:51 -0400)
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 <vincent.fu@samsung.com>
.github/workflows/ci.yml

index dd2997f0753c2f8d3a1632fef80114ebd42fa792..8325a3d9fa3feffcf8a53fb3d6feec19e6a1fdc6 100644 (file)
@@ -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