File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 container :
1010 image : datadog/dd-trace-ci:php-8.3_bookworm-1
1111 # https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
12- options : --user root
12+ options : --user root --privileged
1313
1414 steps :
1515 - name : Checkout
5454 /tmp/build-cargo/
5555 key : ${{ runner.os }}-cargo-asan-${{ hashFiles('**/Cargo.lock') }}
5656
57+ - name : Fix kernel mmap rnd bits
58+ # Asan in llvm 14 provided in ubuntu 22.04 is incompatible with
59+ # high-entropy ASLR in much newer kernels that GitHub runners are
60+ # using leading to random crashes: https://reviews.llvm.org/D148280
61+ # https://github.com/actions/runner-images/issues/9491#issuecomment-1989718917
62+ run : sysctl vm.mmap_rnd_bits=28
63+
5764 - name : Run phpt tests
5865 run : |
5966 set -eux
You can’t perform that action at this time.
0 commit comments