Skip to content

Commit 6ad174d

Browse files
committed
Enable PGO tests on Windows-gnu
1 parent d08eb98 commit 6ad174d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff 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

src/ci/github-actions/ci.yml

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)