Skip to content

Commit ed3950b

Browse files
committed
Enable profiler tests on Windows-gnu
1 parent 4ffb5c5 commit ed3950b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/ci/github-actions/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)