File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -487,6 +487,12 @@ jobs:
487487 timeout-minutes : 120
488488 file-env : ' ./ci/test/00_setup_env_native_tsan.sh'
489489
490+ - name : ' MSan, depends'
491+ cirrus-runner : ' ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-lg'
492+ fallback-runner : ' ubuntu-24.04'
493+ timeout-minutes : 120
494+ file-env : ' ./ci/test/00_setup_env_native_msan.sh'
495+
490496 steps :
491497 - name : Checkout
492498 uses : actions/checkout@v5
@@ -510,7 +516,7 @@ jobs:
510516 run : sed -i "s|\${INSTALL_BCC_TRACING_TOOLS}|true|g" ./ci/test/00_setup_env_native_asan.sh
511517
512518 - name : Set mmap_rnd_bits
513- if : ${{ env.CONTAINER_NAME == 'ci_native_tsan' }}
519+ if : ${{ env.CONTAINER_NAME == 'ci_native_tsan' || env.CONTAINER_NAME == 'ci_native_msan' }}
514520 # Prevents crashes due to high ASLR entropy
515521 run : sudo sysctl -w vm.mmap_rnd_bits=28
516522
You can’t perform that action at this time.
0 commit comments