Skip to content

Commit 7b49049

Browse files
authored
Rollup merge of #136155 - tmiasko:msvc-enable-sanitizers, r=Mark-Simulacrum
Enable sanitizers on MSVC CI jobs Previously MSVC CI would ignore all tests annotated with needs-sanitizer-support header.
2 parents af3c51d + 1ba2153 commit 7b49049

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/ci/github-actions/jobs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -460,26 +460,26 @@ auto:
460460

461461
- name: x86_64-msvc-1
462462
env:
463-
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
463+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
464464
SCRIPT: make ci-msvc-py
465465
<<: *job-windows-25
466466

467467
- name: x86_64-msvc-2
468468
env:
469-
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
469+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
470470
SCRIPT: make ci-msvc-ps1
471471
<<: *job-windows-25
472472

473473
# i686-msvc is split into two jobs to run tests in parallel.
474474
- name: i686-msvc-1
475475
env:
476-
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
476+
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --enable-sanitizers
477477
SCRIPT: make ci-msvc-py
478478
<<: *job-windows
479479

480480
- name: i686-msvc-2
481481
env:
482-
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
482+
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --enable-sanitizers
483483
SCRIPT: make ci-msvc-ps1
484484
<<: *job-windows
485485

0 commit comments

Comments
 (0)