Skip to content

Commit

Permalink
Update bcc and pass ENABLE_LIBDEBUGINFOD=0
Browse files Browse the repository at this point in the history
As an alternative to bpftrace#2411, this updates to the exact
commit in bcc that adds ENABLE_LIBDEBUGINFOD and passes that flag in our
local build.

Because we're not using any functionality not in v0.25, this technically
does not raise the minimum bcc version for the bpftrace package -
distros would build against a dynamic, system bcc anyway.
  • Loading branch information
Delyan Kratunov committed Nov 3, 2022
1 parent 7341526 commit 92e238a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bcc
Submodule bcc updated 245 files
1 change: 1 addition & 0 deletions build-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ BCC_CMAKE_PARAMS="-DCMAKE_INSTALL_PREFIX='${DESTDIR}' \
-DENABLE_MAN=0 \
-DENABLE_EXAMPLES=0 \
-DENABLE_TESTS=0 \
-DENABLE_LIBDEBUGINFOD=0 \
-DLUAJIT= \
-DENABLE_LLVM_NATIVECODEGEN=0"

Expand Down

0 comments on commit 92e238a

Please sign in to comment.