We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2783b8a commit fefd513Copy full SHA for fefd513
.github/workflows/ci.yml
@@ -95,7 +95,11 @@ jobs:
95
steps:
96
- name: Install deps ⛓️
97
run: |
98
- apk add g++ gcc cmake make git bash perl linux-headers autoconf automake m4 libtool elfutils-dev libelf-static patch binutils bpftool clang
+ apk add g++ gcc cmake make git bash perl linux-headers autoconf automake m4 libtool elfutils-dev libelf-static patch binutils clang llvm
99
+ git clone https://github.com/libbpf/bpftool.git --branch v7.3.0 --single-branch
100
+ cd bpftool
101
+ git submodule update --init
102
+ cd src && make install
103
104
- name: Checkout Libs ⤵️
105
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments