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

Commit

Permalink
Merge pull request #5810 from ryansavino/fix-qemu-dependencies
Browse files Browse the repository at this point in the history
install: adding packages required by latest qemu 8.2.1 build
  • Loading branch information
gkurz authored Mar 5, 2024
2 parents 8589ea7 + a06b58d commit 40c641c
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 40c641c

Please sign in to comment.