Skip to content

Use docker/setup-qemu-action #8819

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 16, 2025
Merged

Use docker/setup-qemu-action #8819

merged 2 commits into from
Mar 16, 2025

Conversation

radarhere
Copy link
Member

In January, the ppc64le and s390x jobs started experiencing segfaults. We downgraded the hosts to Ubuntu 22 in #8713, but the segfaults have started happening again since then. I presumed a fix would eventually occur upstream, but it's been a while and we're approaching a release.

This is a suggestion to switch from

docker run --rm --privileged aptman/qus -s -- -p ${{ matrix.qemu-arch }}

to https://github.com/docker/setup-qemu-action

  • Seems simpler
  • Fixes the segfaults
  • We can revert the temporary downgrading of the hosts

@hugovk
Copy link
Member

hugovk commented Mar 16, 2025

Good stuff, thanks!

@hugovk hugovk merged commit 2748b91 into python-pillow:main Mar 16, 2025
54 checks passed
@radarhere radarhere deleted the qemu branch March 16, 2025 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants