Skip to content
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

Fix arm based ci #784

Merged
merged 2 commits into from
Mar 1, 2025
Merged

Fix arm based ci #784

merged 2 commits into from
Mar 1, 2025

Conversation

DmitriyMusatkin
Copy link
Contributor

Issue #, if available:

Description of changes:
We rely on qemu to test aarch64 on x86-64 github runners.
Qemu had a bug where they had a bug with incorrectly mapping address space. That mostly worked fine until kernel patch that increased entropy in their address randomization. TLDR; qemu likes to segfault a lot against new kernels on our aarch64 test. Solution is to switch to a different github qemu user static image that forces a latest version of qemu, that has the bug fixed.
if you want to read more - tonistiigi/binfmt#240

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@DmitriyMusatkin DmitriyMusatkin merged commit 2f57096 into main Mar 1, 2025
41 checks passed
@DmitriyMusatkin DmitriyMusatkin deleted the arm_fun branch March 1, 2025 01:00
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