We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90224fb commit fac012cCopy full SHA for fac012c
ci/test/00_setup_env_native_asan.sh
@@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
9
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:24.04"
10
# Only install BCC tracing packages in Cirrus CI.
11
if [[ "${CIRRUS_CI}" == "true" ]]; then
12
- BPFCC_PACKAGE="bpfcc-tools linux-headers-$(uname --kernel-release)"
+ BPFCC_PACKAGE="" # Temporarily disabled "bpfcc-tools linux-headers-$(uname --kernel-release)"
13
export CI_CONTAINER_CAP="--privileged -v /sys/kernel:/sys/kernel:rw"
14
else
15
BPFCC_PACKAGE=""
0 commit comments