mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
Revert "ci: Temporarily disable bpfcc-tools"
This reverts commit fac012c726.
This commit is contained in:
@@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
|
|||||||
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:24.04"
|
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:24.04"
|
||||||
# Only install BCC tracing packages in Cirrus CI.
|
# Only install BCC tracing packages in Cirrus CI.
|
||||||
if [[ "${CIRRUS_CI}" == "true" ]]; then
|
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"
|
export CI_CONTAINER_CAP="--privileged -v /sys/kernel:/sys/kernel:rw"
|
||||||
else
|
else
|
||||||
BPFCC_PACKAGE=""
|
BPFCC_PACKAGE=""
|
||||||
|
|||||||
Reference in New Issue
Block a user