mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-25 10:49:06 +08:00
vmtest: use debian bookworm
A newer iproute2 version is required for MPTCP tests. Use a newer distro version, which has it. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
3a4e26307d
commit
14777c3784
@@ -16,7 +16,7 @@ trap 'rm -r "$root"' EXIT
|
||||
|
||||
# Install packages.
|
||||
packages=binutils,busybox,elfutils,ethtool,iproute2,libcap2,libelf1,strace,zlib1g
|
||||
debootstrap --include="$packages" --variant=minbase bullseye "$root"
|
||||
debootstrap --include="$packages" --variant=minbase bookworm "$root"
|
||||
|
||||
# Remove the init scripts (tests use their own). Also remove various
|
||||
# unnecessary files in order to save space.
|
||||
|
||||
Reference in New Issue
Block a user