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