Closed ryansavino closed 8 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.
jenkins-ci-ARM-ubuntu-20.04-main
/test
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.