Skip to content

Commit

Permalink
DO NOT MERGE: dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
m3dwards committed Jul 29, 2024
1 parent 93ee17c commit c550f07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/test/00_setup_env_native_asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ export CI_IMAGE_NAME_TAG="docker.io/ubuntu:24.04"
if [[ "${INSTALL_BCC_TRACING_TOOLS}" == "true" ]]; then
# Required for USDT functional tests to run
BPFCC_PACKAGE="bpfcc-tools linux-headers-$(uname --kernel-release)"

export CI_CONTAINER_CAP="--privileged -v /sys/kernel:/sys/kernel:rw"
else
BPFCC_PACKAGE=""

export CI_CONTAINER_CAP="--cap-add SYS_PTRACE" # If run with (ASan + LSan), the container needs access to ptrace (https://github.com/google/sanitizers/issues/764)
fi

Expand Down

0 comments on commit c550f07

Please sign in to comment.