Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu committed Dec 22, 2024
1 parent 56f4c27 commit 55a7887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build/bash/btfgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ BPF_SO_PATTERN="^bpf\_[a-z0-9]+(_[a-z0-9]+)?\.o"
echo "btfhub-archive is a big archive project, maybe take some times..."
git clone --depth 1 https://github.com/aquasecurity/btfhub $TMPDIR/btfhub
git clone --depth 1 https://github.com/aquasecurity/btfhub-archive/ $TMPDIR/btfhub-archive/
mkdir -p $TMPDIR/btfhub/archive/
mv $TMPDIR/btfhub-archive/* $TMPDIR/btfhub/archive/

each_all_bpf_so_file() {
Expand Down

0 comments on commit 55a7887

Please sign in to comment.