File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -431,15 +431,15 @@ jobs:
431
431
- name : x86_64-mingw-1
432
432
env :
433
433
SCRIPT : make ci-mingw-subset-1
434
- RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-gnu"
434
+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-gnu --enable-profiler "
435
435
CUSTOM_MINGW : 1
436
436
NO_DEBUG_ASSERTIONS : 1
437
437
NO_LLVM_ASSERTIONS : 1
438
438
os : windows-latest-xl
439
439
- name : x86_64-mingw-2
440
440
env :
441
441
SCRIPT : make ci-mingw-subset-2
442
- RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-gnu"
442
+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-gnu --enable-profiler "
443
443
CUSTOM_MINGW : 1
444
444
os : windows-latest-xl
445
445
- name : dist-x86_64-msvc
Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ jobs:
523
523
- name : x86_64-mingw-1
524
524
env :
525
525
SCRIPT : make ci-mingw-subset-1
526
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu
526
+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu --enable-profiler
527
527
CUSTOM_MINGW : 1
528
528
# FIXME(#59637)
529
529
NO_DEBUG_ASSERTIONS : 1
@@ -533,7 +533,7 @@ jobs:
533
533
- name : x86_64-mingw-2
534
534
env :
535
535
SCRIPT : make ci-mingw-subset-2
536
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu
536
+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu --enable-profiler
537
537
CUSTOM_MINGW : 1
538
538
<< : *job-windows-xl
539
539
You can’t perform that action at this time.
0 commit comments