We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61faf03 + 0c34a04 commit 2289761Copy full SHA for 2289761
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
# https://github.com/iovisor/bcc/issues/2915
20
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
21
pushd /tmp
22
- git clone --depth 1 --branch v0.19.0 https://github.com/iovisor/bcc.git
+ git clone --depth 1 --branch v0.20.0 https://github.com/iovisor/bcc.git
23
mkdir -p bcc/build; cd bcc/build
24
# Symlink /usr/lib/llvm to avoid "Unable to find clang libraries"
25
# The directory appears only to be created when installing the
0 commit comments