Skip to content

Commit fac012c

Browse files
author
MarcoFalke
committed
ci: Temporarily disable bpfcc-tools
1 parent 90224fb commit fac012c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env_native_asan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
99
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:24.04"
1010
# Only install BCC tracing packages in Cirrus CI.
1111
if [[ "${CIRRUS_CI}" == "true" ]]; then
12-
BPFCC_PACKAGE="bpfcc-tools linux-headers-$(uname --kernel-release)"
12+
BPFCC_PACKAGE="" # Temporarily disabled "bpfcc-tools linux-headers-$(uname --kernel-release)"
1313
export CI_CONTAINER_CAP="--privileged -v /sys/kernel:/sys/kernel:rw"
1414
else
1515
BPFCC_PACKAGE=""

0 commit comments

Comments
 (0)