aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-04-09 09:17:34 +0200
committerfanquake <fanquake@gmail.com>2024-04-09 09:17:34 +0200
commitc15170c27d96a66422cb86c6653c931aa204bbb0 (patch)
tree3ba1380ba5145f820a773bdef0bc148afa935005 /ci
parent34a299f9ee04ca10414be2232f9022ee04f02486 (diff)
downloadbitcoin-c15170c27d96a66422cb86c6653c931aa204bbb0.tar.xz
Revert "ci: Temporarily disable bpfcc-tools"
This reverts commit fac012c7262f036e9b6f5800e57dcd63870a871c.
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 911b4726ec..668e9ecc8a 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="" # Temporarily disabled "bpfcc-tools linux-headers-$(uname --kernel-release)"
+ BPFCC_PACKAGE="bpfcc-tools linux-headers-$(uname --kernel-release)"
export CI_CONTAINER_CAP="--privileged -v /sys/kernel:/sys/kernel:rw"
else
BPFCC_PACKAGE=""