Skip to content

Commit 2289761

Browse files
authoredMay 8, 2021
Merge pull request #291 from iovisor/schu/bcc-update
CI: update bcc v0.19.0 -> v0.20.0
2 parents 61faf03 + 0c34a04 commit 2289761

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 libllvm9 llvm-9-dev libclang-9-dev python zlib1g-dev
2121
pushd /tmp
22-
git clone --depth 1 --branch v0.19.0 https://github.com/iovisor/bcc.git
22+
git clone --depth 1 --branch v0.20.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)