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 @@ -452,26 +452,26 @@ auto:
452
452
453
453
- name : x86_64-msvc-1
454
454
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
456
456
SCRIPT : make ci-msvc-py
457
457
<< : *job-windows-25
458
458
459
459
- name : x86_64-msvc-2
460
460
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
462
462
SCRIPT : make ci-msvc-ps1
463
463
<< : *job-windows-25
464
464
465
465
# i686-msvc is split into two jobs to run tests in parallel.
466
466
- name : i686-msvc-1
467
467
env :
468
- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
468
+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc --enable-sanitizers
469
469
SCRIPT : make ci-msvc-py
470
470
<< : *job-windows
471
471
472
472
- name : i686-msvc-2
473
473
env :
474
- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
474
+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc --enable-sanitizers
475
475
SCRIPT : make ci-msvc-ps1
476
476
<< : *job-windows
477
477
You can’t perform that action at this time.
0 commit comments