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 nodejs arm ci #604

Merged
merged 1 commit into from
Feb 28, 2025
Merged

fix nodejs arm ci #604

merged 1 commit into from
Feb 28, 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 d4d56a1 into main Feb 28, 2025
33 checks passed
@DmitriyMusatkin DmitriyMusatkin deleted the arm_fun branch February 28, 2025 23:21
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