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 java arm ci #869

Merged
merged 2 commits into from
Mar 1, 2025
Merged

fix java arm ci #869

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.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link
Contributor

@TingDaoK TingDaoK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can update line 165 as well

Unverified

This user has not yet uploaded their public signing key.
@DmitriyMusatkin DmitriyMusatkin merged commit 7eee04a into main Mar 1, 2025
53 checks passed
@DmitriyMusatkin DmitriyMusatkin deleted the arm_fun branch March 1, 2025 00:55
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.

None yet

3 participants