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 @@ -408,6 +408,12 @@ jobs:
408408 timeout-minutes : 120
409409 file-env : ' ./ci/test/00_setup_env_native_tsan.sh'
410410
411+ - name : ' MSan, depends'
412+ cirrus-runner : ' ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-lg'
413+ fallback-runner : ' ubuntu-24.04'
414+ timeout-minutes : 120
415+ file-env : ' ./ci/test/00_setup_env_native_msan.sh'
416+
411417 steps :
412418 - name : Checkout
413419 uses : actions/checkout@v5
@@ -431,7 +437,7 @@ jobs:
431437 run : sed -i "s|\${INSTALL_BCC_TRACING_TOOLS}|true|g" ./ci/test/00_setup_env_native_asan.sh
432438
433439 - name : Set mmap_rnd_bits
434- if : ${{ env.CONTAINER_NAME == 'ci_native_tsan' }}
440+ if : ${{ env.CONTAINER_NAME == 'ci_native_tsan' || env.CONTAINER_NAME == 'ci_native_msan' }}
435441 # Prevents crashes due to high ASLR entropy
436442 run : sudo sysctl -w vm.mmap_rnd_bits=28
437443
You can’t perform that action at this time.
0 commit comments