Skip to content

Commit

Permalink
dump bpftrace version to v0.21.2
Browse files Browse the repository at this point in the history
cherry-pick: Fix some C++ warnings found by clang on bpftrace
  • Loading branch information
simpleton committed Sep 10, 2024
1 parent 6f0d0d8 commit fd1f619
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/bpftrace/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ $(STRIP_THUNK): projects/bpftrace/strip-thunk | $(HOST_OUT_DIR)
@sed -e "s+<STRIP_PATH>+$(ANDROID_TOOLCHAIN_STRIP_PATH)+g" $< > $@
chmod +x $@

BPFTRACE_COMMIT = v0.19.1
# v0.21.2 + some C++ warnings found by clang
BPFTRACE_COMMIT = 4bc94a15025f6c60b8cff20daea3d47e7891a18a
BPFTRACE_REPO = https://github.com/iovisor/bpftrace.git/
projects/bpftrace/sources:
git clone $(BPFTRACE_REPO) $@
Expand Down

0 comments on commit fd1f619

Please sign in to comment.