mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
Revert "ci: Temporarily disable bpfcc-tools"
This reverts commit fac012c726
.
This commit is contained in:
parent
34a299f9ee
commit
c15170c27d
1 changed files with 1 additions and 1 deletions
|
@ -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=""
|
||||||
|
|
Loading…
Add table
Reference in a new issue