diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2024-04-02 10:58:25 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2024-04-02 10:57:21 +0200 |
commit | fac012c7262f036e9b6f5800e57dcd63870a871c (patch) | |
tree | b1be0388f312eeb7fa5dfa5618b49af26b4d8dd5 | |
parent | 90224fbf614e0e4c537ea90c2107b2567826167c (diff) |
ci: Temporarily disable bpfcc-tools
-rwxr-xr-x | ci/test/00_setup_env_native_asan.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_asan.sh b/ci/test/00_setup_env_native_asan.sh index 668e9ecc8a..911b4726ec 100755 --- a/ci/test/00_setup_env_native_asan.sh +++ b/ci/test/00_setup_env_native_asan.sh @@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8 export CI_IMAGE_NAME_TAG="docker.io/ubuntu:24.04" # Only install BCC tracing packages in Cirrus CI. if [[ "${CIRRUS_CI}" == "true" ]]; then - BPFCC_PACKAGE="bpfcc-tools linux-headers-$(uname --kernel-release)" + BPFCC_PACKAGE="" # Temporarily disabled "bpfcc-tools linux-headers-$(uname --kernel-release)" export CI_CONTAINER_CAP="--privileged -v /sys/kernel:/sys/kernel:rw" else BPFCC_PACKAGE="" |