Skip to content

Commit 976166e

Browse files
committed
run-vmtest/install-dependencies.sh: Add llvm-dev
Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
1 parent 645589c commit 976166e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

run-vmtest/install-dependencies.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ sudo chmod 755 /usr/bin/vmtest
99

1010
sudo apt-get update -y
1111
sudo -E apt-get install --no-install-recommends -y \
12-
binutils cpu-checker ethtool gawk iproute2 iptables iputils-ping keyutils libpcap-dev make
12+
binutils cpu-checker ethtool gawk iproute2 iptables iputils-ping \
13+
keyutils libpcap-dev llvm-dev libz3-4 make zlib1g
14+
1315
sudo -E apt-get install --no-install-recommends -y \
1416
qemu-guest-agent qemu-kvm qemu-system-arm qemu-system-s390x qemu-system-x86 qemu-utils

0 commit comments

Comments
 (0)