aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-04-02 10:58:25 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-04-02 10:57:21 +0200
commitfac012c7262f036e9b6f5800e57dcd63870a871c (patch)
treeb1be0388f312eeb7fa5dfa5618b49af26b4d8dd5 /ci
parent90224fbf614e0e4c537ea90c2107b2567826167c (diff)
downloadbitcoin-fac012c7262f036e9b6f5800e57dcd63870a871c.tar.xz
ci: Temporarily disable bpfcc-tools
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/00_setup_env_native_asan.sh2
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=""