Skip to content

Commit

Permalink
Merge branch 'ci-s390x-workaround' of https://github.com/mrc0mmand/ut…
Browse files Browse the repository at this point in the history
…il-linux

* 'ci-s390x-workaround' of https://github.com/mrc0mmand/util-linux:
  ci: temporarily switch the alt-arch job worker to Ubuntu 22.04
  • Loading branch information
karelzak committed Feb 10, 2025
2 parents 493b8a9 + c389f16 commit a4436c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,11 @@ jobs:

build-arch:
name: build (qemu-user, ${{ matrix.arch }})
runs-on: ubuntu-latest
# 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
concurrency:
group: ${{ github.workflow }}-${{ toJSON(matrix) }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit a4436c7

Please sign in to comment.