Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

install: adding packages required by latest qemu 8.2.1 build #5810

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

ryansavino
Copy link
Member

@ryansavino ryansavino commented Mar 1, 2024

Builds with the latest qemu 8.2.1 are failing with a python venv and ensurepip error. Adding these packages as qemu dependencies should fix the issue.

Fixes: #5809

Python dependency packages pulled from here:
https://github.com/kata-containers/kata-containers/blob/main/tools/packaging/static-build/qemu/Dockerfile

I believe @niteeshkd ran into this same issue in this PR:
kata-containers/kata-containers#9086

Docker installation of packages updated in kata-containers, but looks like the jenkins-ci-ARM-ubuntu-20.04-main job installs the packages on bare-metal. Hence this PR.

Builds with the latest qemu 8.2.1 are failing with a python venv and ensurepip error.
Adding these packages as qemu dependencies should fix the issue.

Fixes: kata-containers#5809

Signed-Off-By: Ryan Savino <[email protected]>
@katacontainersbot katacontainersbot added the size/tiny Smallest and simplest task label Mar 1, 2024
@ryansavino
Copy link
Member Author

/test

Copy link
Member

@stevenhorsman stevenhorsman left a comment

Choose a reason for hiding this comment

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

Looks fine to me. Thanks

Copy link
Member

@gkurz gkurz left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @ryansavino !

@gkurz gkurz merged commit 40c641c into kata-containers:main Mar 5, 2024
11 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
size/tiny Smallest and simplest task
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

kata-containers jenkins-ci-ARM-ubuntu-20.04-main test failing on PRs with qemu upgraded version
4 participants