Skip to content

Commit fefd513

Browse files
committed
chore: install bpftool manually
Signed-off-by: Andrea Terzolo <[email protected]>
1 parent 2783b8a commit fefd513

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@ jobs:
9595
steps:
9696
- name: Install deps ⛓️
9797
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
98+
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
99103
100104
- name: Checkout Libs ⤵️
101105
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)