From: Frantisek Sumsal Date: Tue, 4 Mar 2025 12:36:53 +0000 (+0100) Subject: Revert "ci: temporarily switch the alt-arch job worker to Ubuntu 22.04" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fca77fea84d080547714f5c866c0775d04b61125;p=thirdparty%2Futil-linux.git Revert "ci: temporarily switch the alt-arch job worker to Ubuntu 22.04" This reverts commit c389f166e5c35e3a7d91205997b75bec5d4353fb. --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index df51b3d63..19664e6f1 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -150,11 +150,7 @@ jobs: build-arch: name: build (qemu-user, ${{ matrix.arch }}) - # FIXME: using Ubuntu 24.04 on the worker causes random segfaults in s390x containers - # using qemu-user-static. Let's switch this, temporarily, to Ubuntu 22.04 which - # doesn't seem to have this issue. Note: the coverage shouldn't change, since - # the "inner" alt-arch containers still use "ubuntu-latest" (24.04 ATTOW). - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ toJSON(matrix) }}-${{ github.ref }} cancel-in-progress: true