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 @@ -452,26 +452,26 @@ auto:
452452
453453 - name : x86_64-msvc-1
454454 env :
455- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
455+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-sanitizers --enable- profiler
456456 SCRIPT : make ci-msvc-py
457457 << : *job-windows-25
458458
459459 - name : x86_64-msvc-2
460460 env :
461- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
461+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-sanitizers --enable- profiler
462462 SCRIPT : make ci-msvc-ps1
463463 << : *job-windows-25
464464
465465 # i686-msvc is split into two jobs to run tests in parallel.
466466 - name : i686-msvc-1
467467 env :
468- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
468+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc --enable-sanitizers
469469 SCRIPT : make ci-msvc-py
470470 << : *job-windows
471471
472472 - name : i686-msvc-2
473473 env :
474- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
474+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc --enable-sanitizers
475475 SCRIPT : make ci-msvc-ps1
476476 << : *job-windows
477477
You can’t perform that action at this time.
0 commit comments