We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005e9c0 commit 5da0f6fCopy full SHA for 5da0f6f
.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 libllvm11 llvm-11-dev libclang-cpp11-dev libclang-common-11-dev libclang1-11 libclang-11-dev python zlib1g-dev
21
pushd /tmp
22
- git clone --depth 1 --branch v0.20.0 https://github.com/iovisor/bcc.git
+ git clone --depth 1 --branch v0.25.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