From e668ae0c1b56c306db944cf7e07314262d522b2b Mon Sep 17 00:00:00 2001 From: Andrew Stoycos Date: Mon, 10 Jul 2023 16:56:50 -0400 Subject: [PATCH] re-add bpftool to integration tests We need bpftool to add tests for the link APIs since we don't yet have and aya API for listing links. Signed-off-by: Andrew Stoycos --- test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run.sh b/test/run.sh index 23c0dd1a..9def9a22 100755 --- a/test/run.sh +++ b/test/run.sh @@ -192,7 +192,7 @@ EOF exec_vm sudo dnf config-manager --set-enabled updates-testing exec_vm sudo dnf config-manager --set-enabled updates-testing-modular echo "Installing dependencies" - exec_vm sudo dnf install -qy llvm llvm-devel clang clang-devel zlib-devel + exec_vm sudo dnf install -qy bpftool llvm llvm-devel clang clang-devel zlib-devel exec_vm 'curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \ -y --profile minimal --default-toolchain nightly --component rust-src --component clippy' exec_vm 'echo source ~/.cargo/env >> ~/.bashrc'