Skip to content

Commit ded834d

Browse files
committed
ZTS: Add bpftrace dependency to Linux VMs
Signed-off-by: Attila Fülöp <[email protected]>
1 parent 5f5321e commit ded834d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/scripts/qemu-3-deps-vm.sh

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ function archlinux() {
1515
echo "##[endgroup]"
1616

1717
echo "##[group]Install Development Tools"
18-
sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \
19-
fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \
20-
parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \
21-
samba sysstat rng-tools rsync wget xxhash
18+
sudo pacman -Sy --noconfirm base-devel bc bpftrace cpio cryptsetup dhclient \
19+
dkms fakeroot fio gdb inetutils jq less linux linux-headers lsscsi \
20+
qemu-guest-agent ksh nfs-utils parted pax perf python-packaging \
21+
python-setuptools samba sysstat rng-tools rsync wget xxhash
2222
echo "##[endgroup]"
2323
}
2424

@@ -32,15 +32,15 @@ function debian() {
3232

3333
echo "##[group]Install Development Tools"
3434
sudo apt-get install -y \
35-
acl alien attr autoconf bc cpio cryptsetup curl dbench dh-python dkms \
36-
fakeroot fio gdb gdebi git ksh lcov isc-dhcp-client jq libacl1-dev \
35+
acl alien attr autoconf bc bpftrace cpio cryptsetup curl dbench dh-python \
36+
dkms fakeroot fio gdb gdebi git ksh lcov isc-dhcp-client jq libacl1-dev \
3737
libaio-dev libattr1-dev libblkid-dev libcurl4-openssl-dev libdevmapper-dev \
3838
libelf-dev libffi-dev libmount-dev libpam0g-dev libselinux-dev libssl-dev \
3939
libtool libtool-bin libudev-dev libunwind-dev linux-headers-$(uname -r) \
4040
lsscsi nfs-kernel-server pamtester parted python3 python3-all-dev \
4141
python3-cffi python3-dev python3-distlib python3-packaging \
4242
python3-setuptools python3-sphinx qemu-guest-agent rng-tools rpm2cpio \
43-
rsync samba sysstat uuid-dev watchdog wget xfslibs-dev xxhash zlib1g-dev
43+
rsync samba sysstat uuid-dev watchdog wget xfslibs-dev xxhash zlib1g-dev
4444
echo "##[endgroup]"
4545
}
4646

@@ -76,15 +76,15 @@ function rhel() {
7676
fi
7777

7878
sudo dnf install -y \
79-
acl attr bc bzip2 cryptsetup curl dbench dkms elfutils-libelf-devel fio \
80-
gdb git jq kernel-rpm-macros ksh libacl-devel libaio-devel \
81-
libargon2-devel libattr-devel libblkid-devel libcurl-devel libffi-devel \
82-
ncompress libselinux-devel libtirpc-devel libtool libudev-devel \
83-
libuuid-devel lsscsi mdadm nfs-utils openssl-devel pam-devel pamtester \
84-
parted perf python3 python3-cffi python3-devel python3-packaging \
85-
kernel-devel python3-setuptools qemu-guest-agent rng-tools rpcgen \
86-
rpm-build rsync samba sysstat systemd watchdog wget xfsprogs-devel xxhash \
87-
zlib-devel
79+
acl attr bc bpftrace bzip2 cryptsetup curl dbench dkms \
80+
elfutils-libelf-devel fio gdb git jq kernel-rpm-macros ksh libacl-devel \
81+
libaio-devel libargon2-devel libattr-devel libblkid-devel libcurl-devel \
82+
libffi-devel ncompress libselinux-devel libtirpc-devel libtool \
83+
libudev-devel libuuid-devel lsscsi mdadm nfs-utils openssl-devel \
84+
pam-devel pamtester parted perf python3 python3-cffi python3-devel \
85+
python3-packaging kernel-devel python3-setuptools qemu-guest-agent \
86+
rng-tools rpcgen rpm-build rsync samba sysstat systemd watchdog wget \
87+
xfsprogs-devel xxhash zlib-devel
8888
echo "##[endgroup]"
8989
}
9090

0 commit comments

Comments
 (0)