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:
431431 - name : x86_64-mingw-1
432432 env :
433433 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 "
435435 CUSTOM_MINGW : 1
436436 NO_DEBUG_ASSERTIONS : 1
437437 NO_LLVM_ASSERTIONS : 1
438438 os : windows-latest-xl
439439 - name : x86_64-mingw-2
440440 env :
441441 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 "
443443 CUSTOM_MINGW : 1
444444 os : windows-latest-xl
445445 - name : dist-x86_64-msvc
Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ jobs:
523523 - name : x86_64-mingw-1
524524 env :
525525 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
527527 CUSTOM_MINGW : 1
528528 # FIXME(#59637)
529529 NO_DEBUG_ASSERTIONS : 1
@@ -533,7 +533,7 @@ jobs:
533533 - name : x86_64-mingw-2
534534 env :
535535 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
537537 CUSTOM_MINGW : 1
538538 << : *job-windows-xl
539539
You can’t perform that action at this time.
0 commit comments