Skip to content

Commit 17e02be

Browse files
authored
setup-build-env: Install xxd as a dependency for sefltests (#193)
xxd is used to generate a C header from a verification certificate (DER encoded) which is used to test BPF signing infrastructure in selftests. Link: https://lore.kernel.org/bpf/[email protected]/
1 parent 29f09f7 commit 17e02be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-build-env/install_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sudo -E apt-get install --no-install-recommends -y \
1717
elfutils ethtool ethtool flex gawk git iproute2 iptables \
1818
iputils-ping jq keyutils libguestfs-tools pkg-config \
1919
python3-docutils python3-minimal rsync software-properties-common \
20-
sudo texinfo tree tzdata wget xz-utils zstd
20+
sudo texinfo tree tzdata wget xxd xz-utils zstd
2121

2222
sudo -E apt-get install --no-install-recommends -y \
2323
binutils-dev libcap-dev libdw-dev libelf-dev libpcap-dev \

0 commit comments

Comments
 (0)