Skip to content

Commit

Permalink
fix: removing dump for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
honeyAcorn committed Aug 4, 2023
1 parent 42a6147 commit 89c991a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
default: pull-request-ci

pipeline-build-amd64:
cargo build --release --features bpf \
cargo build --release \
&& ./package.sh amd64/rezolus.tar.gz target/release/rezolus \

pipeline-build-arm64v8:
/usr/local/bin/bpftool btf dump file /sys/kernel/btf/vmlinux format c > src/common/bpf/vmlinux.h \
&& cargo build --release --features bpf \
cargo build --release \
&& ./package.sh arm64v8/rezolus.tar.gz target/release/rezolus \

pipeline-build:
Expand Down

0 comments on commit 89c991a

Please sign in to comment.