We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645589c commit 976166eCopy full SHA for 976166e
1 file changed
run-vmtest/install-dependencies.sh
@@ -9,6 +9,8 @@ sudo chmod 755 /usr/bin/vmtest
9
10
sudo apt-get update -y
11
sudo -E apt-get install --no-install-recommends -y \
12
- binutils cpu-checker ethtool gawk iproute2 iptables iputils-ping keyutils libpcap-dev make
+ binutils cpu-checker ethtool gawk iproute2 iptables iputils-ping \
13
+ keyutils libpcap-dev llvm-dev libz3-4 make zlib1g
14
+
15
16
qemu-guest-agent qemu-kvm qemu-system-arm qemu-system-s390x qemu-system-x86 qemu-utils
0 commit comments