Skip to content

Commit d805452

Browse files
authored
run-vmtest: add binutils and make to installed dependencies (#205)
It turns out run-vmtest has a couple of dependencies that were not installed by it. A change in s390x runner image for BPF CI that removed installation of build dependencies [1] (we don't build kernels on s390x directly), revealed this [2]. Fix this by explicitly installing necessary packages. [1] kernel-patches/runner@a02aad5 [2] https://github.com/kernel-patches/bpf/actions/runs/18749161085/job/53516267195 Signed-off-by: Ihor Solodrai <[email protected]>
1 parent dc6aea4 commit d805452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-vmtest/install-dependencies.sh

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

1010
sudo apt-get update -y
1111
sudo -E apt-get install --no-install-recommends -y \
12-
cpu-checker ethtool gawk iproute2 iptables iputils-ping keyutils libpcap-dev
12+
binutils cpu-checker ethtool gawk iproute2 iptables iputils-ping keyutils libpcap-dev make
1313
sudo -E apt-get install --no-install-recommends -y \
1414
qemu-guest-agent qemu-kvm qemu-system-arm qemu-system-s390x qemu-system-x86 qemu-utils

0 commit comments

Comments
 (0)