Skip to content

Commit

Permalink
update bcc
Browse files Browse the repository at this point in the history
  • Loading branch information
michalgr committed Dec 21, 2023
1 parent ad008aa commit 500d9e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/bcc/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ github: https://github.com/iovisor/bcc
license: Apache 2.0
license url: https://github.com/iovisor/bcc/blob/master/LICENSE.txt

Default version: v0.27.0
Default version: v0.29.1

Building:
- bcc depends on flex binary, which needs to stay in sync with flex header
Expand Down
2 changes: 1 addition & 1 deletion projects/bcc/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $(BCC_ANDROID_BUILD_DIR): $(HOST_OUT_DIR)/bin/flex
-DCMAKE_USE_LIBBPF_PACKAGE=ON \
-DPYTHON_CMD=$(abspath $(HOST_OUT_DIR)/bin/python3.10-no--install-layout)

BCC_COMMIT = b8b943a19132936751e1a5d67360a34050f4c2e0
BCC_COMMIT = eb8ede2d70b17350757f2570ef76ea4c2e1dbff8
BCC_REPO = https://github.com/iovisor/bcc
projects/bcc/sources:
git clone $(BCC_REPO) $@
Expand Down

0 comments on commit 500d9e7

Please sign in to comment.