Skip to content

Commit 5da0f6f

Browse files
committed
[ci] bump bcc version to v0.25.0
v0.25.0 introduce BCC versioning macros: iovisor/bcc@83a379e which can be used to handle API changes.
1 parent 005e9c0 commit 5da0f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# https://github.com/iovisor/bcc/issues/2915
2020
sudo apt-get -y install bison build-essential cmake flex git libelf-dev libfl-dev libedit-dev libllvm11 llvm-11-dev libclang-cpp11-dev libclang-common-11-dev libclang1-11 libclang-11-dev python zlib1g-dev
2121
pushd /tmp
22-
git clone --depth 1 --branch v0.20.0 https://github.com/iovisor/bcc.git
22+
git clone --depth 1 --branch v0.25.0 https://github.com/iovisor/bcc.git
2323
mkdir -p bcc/build; cd bcc/build
2424
# Symlink /usr/lib/llvm to avoid "Unable to find clang libraries"
2525
# The directory appears only to be created when installing the

0 commit comments

Comments
 (0)