File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments