kata-containers / tests

Kata Containers tests, CI, and metrics
https://katacontainers.io/
Apache License 2.0
139 stars 196 forks source link

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

Closed ryansavino closed 8 months ago

ryansavino commented 9 months ago

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: https://github.com/kata-containers/kata-containers/pull/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.

ryansavino commented 9 months ago

/test