Skip to content

Commit

Permalink
DROP: add bpftools to the CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Balazs Scheidler <[email protected]>
  • Loading branch information
bazsi committed Mar 15, 2023
1 parent 216c840 commit acf0bdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/devshell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acf0bdf

Please sign in to comment.