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

Commit

Permalink
install: adding packages required by latest qemu 8.2.1 build
Browse files Browse the repository at this point in the history
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

Signed-Off-By: Ryan Savino <[email protected]>
  • Loading branch information
ryansavino committed Mar 1, 2024
1 parent 8589ea7 commit a06b58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/setup_env_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ declare -A minimal_packages=( \

declare -A packages=( \
[kata_containers_dependencies]="libtool automake autotools-dev autoconf bc libpixman-1-dev coreutils curl expect" \
[qemu_dependencies]="libcap-dev libattr1-dev libcap-ng-dev librbd-dev ninja-build" \
[qemu_dependencies]="libcap-dev libattr1-dev libcap-ng-dev librbd-dev ninja-build python python-dev python3-venv" \
[kernel_dependencies]="libelf-dev flex" \
[crio_dependencies]="libglib2.0-dev libseccomp-dev libapparmor-dev libgpgme11-dev thin-provisioning-tools" \
[bison_binary]="bison" \
Expand Down

0 comments on commit a06b58d

Please sign in to comment.