Skip to content

Commit

Permalink
Specify BCC version in the embedded CI workflow
Browse files Browse the repository at this point in the history
The currently unreleased BCC breaks bptrace static builds.
  • Loading branch information
viktormalik authored and fbs committed Jan 14, 2022
1 parent 774f7eb commit f347289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/embedded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
DISTRO: ubuntu-glibc
VENDOR_GTEST: ON
BUILD_LIBBPF: ON
BCC_REF: v0.23.0
- TYPE: Release
NAME: vanilla_llvm12+clang+glibc2.23
LLVM_VERSION: 12
Expand All @@ -34,6 +35,7 @@ jobs:
CMAKE_EXTRA_FLAGS: "-DCMAKE_CXX_FLAGS='-include /usr/local/include/bcc/compat/linux/bpf.h -D__LINUX_BPF_H__'"
VENDOR_GTEST: ON
BUILD_LIBBPF: ON
BCC_REF: v0.23.0
- TYPE: Debug
NAME: alpine
LLVM_VERSION: 9
Expand Down

0 comments on commit f347289

Please sign in to comment.