Skip to content

Commit d290a8e

Browse files
willcl-arkm3dwards
andcommitted
ci: port msan-depends
Co-authored-by: Max Edwards <[email protected]>
1 parent 9bbae61 commit d290a8e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)