Skip to content

Commit 4b34683

Browse files
willcl-arkm3dwards
andcommitted
ci: port msan-depends
Github-Pull: bitcoin#32989 Rebased-From: d290a8e Co-authored-by: Max Edwards <youwontforgetthis@gmail.com>
1 parent cf18a50 commit 4b34683

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
@@ -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

0 commit comments

Comments
 (0)