File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -460,26 +460,26 @@ auto:
460
460
461
461
- name : x86_64-msvc-1
462
462
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
464
464
SCRIPT : make ci-msvc-py
465
465
<< : *job-windows-25
466
466
467
467
- name : x86_64-msvc-2
468
468
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
470
470
SCRIPT : make ci-msvc-ps1
471
471
<< : *job-windows-25
472
472
473
473
# i686-msvc is split into two jobs to run tests in parallel.
474
474
- name : i686-msvc-1
475
475
env :
476
- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
476
+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc --enable-sanitizers
477
477
SCRIPT : make ci-msvc-py
478
478
<< : *job-windows
479
479
480
480
- name : i686-msvc-2
481
481
env :
482
- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
482
+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc --enable-sanitizers
483
483
SCRIPT : make ci-msvc-ps1
484
484
<< : *job-windows
485
485
You can’t perform that action at this time.
0 commit comments