From acf0bdf2695aeb320017bb149bb2c94694f2f733 Mon Sep 17 00:00:00 2001 From: Balazs Scheidler Date: Wed, 15 Mar 2023 08:51:01 +0100 Subject: [PATCH] DROP: add bpftools to the CI build Signed-off-by: Balazs Scheidler --- .github/workflows/devshell.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/devshell.yml b/.github/workflows/devshell.yml index 722d0ca6997..f4b709d8920 100644 --- a/.github/workflows/devshell.yml +++ b/.github/workflows/devshell.yml @@ -59,6 +59,10 @@ jobs: gh_export COREFILES_DIR PYTHONUSERBASE CC SYSLOG_NG_INSTALL_DIR CONFIGURE_FLAGS CMAKE_FLAGS gh_path "${PYTHONUSERBASE}" + - name: Install BPF tools + run: | + apt-get install libbpf-dev bpftool clang + - name: autogen.sh if: matrix.build-tool == 'autotools' run: ./autogen.sh