Skip to content

Commit

Permalink
Merge pull request #291 from iovisor/schu/bcc-update
Browse files Browse the repository at this point in the history
CI: update bcc v0.19.0 -> v0.20.0
  • Loading branch information
schu committed May 8, 2021
2 parents 61faf03 + 0c34a04 commit 2289761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# https://github.com/iovisor/bcc/issues/2915
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
pushd /tmp
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
mkdir -p bcc/build; cd bcc/build
# Symlink /usr/lib/llvm to avoid "Unable to find clang libraries"
# The directory appears only to be created when installing the
Expand Down

0 comments on commit 2289761

Please sign in to comment.