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 @@ -434,15 +434,15 @@ jobs:
434434 - name : x86_64-mingw-1
435435 env :
436436 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 "
438438 CUSTOM_MINGW : 1
439439 NO_DEBUG_ASSERTIONS : 1
440440 NO_LLVM_ASSERTIONS : 1
441441 os : windows-latest-xl
442442 - name : x86_64-mingw-2
443443 env :
444444 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 "
446446 CUSTOM_MINGW : 1
447447 os : windows-latest-xl
448448 - name : dist-x86_64-msvc
Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ jobs:
522522 - name : x86_64-mingw-1
523523 env :
524524 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
526526 CUSTOM_MINGW : 1
527527 # FIXME(#59637)
528528 NO_DEBUG_ASSERTIONS : 1
@@ -532,7 +532,7 @@ jobs:
532532 - name : x86_64-mingw-2
533533 env :
534534 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
536536 CUSTOM_MINGW : 1
537537 << : *job-windows-xl
538538
You can’t perform that action at this time.
0 commit comments