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

docker: install qemu-user-static from backports #521

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

obbardc
Copy link
Member

@obbardc obbardc commented Nov 18, 2024

Seems that cross-arch Python scripts are failing inside fakemachine
due to qemu-user issue. Install latest qemu from backports to work
around this issue.

--
Leaving as a draft until I've tested it.

@obbardc obbardc force-pushed the wip/obbardc/qemu-backports branch 3 times, most recently from d904058 to 9f1300c Compare November 18, 2024 17:53
@obbardc obbardc changed the title docker: install qemu from backports docker: install qemu-user-static from backports Nov 18, 2024
@@ -4,7 +4,7 @@ architecture: {{$architecture}}

actions:
- action: debootstrap
suite: bullseye
suite: bookworm
Copy link
Member Author

Choose a reason for hiding this comment

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

The bullseye bootstrapping test on arm64 fails with newer qemu...

Seems that cross-arch Python scripts are failing inside fakemachine
due to qemu-user issue. Install latest qemu from backports to work
around this issue.

Fixes: #518
Signed-off-by: Christopher Obbard <[email protected]>
Since we're testing under a bookworm environment, build a bookworm test
image.

Signed-off-by: Christopher Obbard <[email protected]>
@obbardc obbardc force-pushed the wip/obbardc/qemu-backports branch from 25d96cc to 0b3a472 Compare December 2, 2024 11:49
@sjoerdsimons
Copy link
Member

@obbardc is this still required or can this be closed?

@obbardc
Copy link
Member Author

obbardc commented Dec 28, 2024

@obbardc is this still required or can this be closed?

Yes, seems like we need newer qemu. I'll look closer in the new year once I am back to work.

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