Skip to content

Commit c01cfae

Browse files
committed
Don't build a known-broken profiler runtime in x86_64-mingw
1 parent 31ba372 commit c01cfae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ jobs:
436436
- name: x86_64-mingw
437437
env:
438438
SCRIPT: make ci-mingw
439-
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-gnu --enable-profiler"
439+
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-gnu"
440440
NO_DOWNLOAD_CI_LLVM: 1
441441
CUSTOM_MINGW: 1
442442
os: windows-2019-8core-32gb

src/ci/github-actions/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,6 @@ jobs:
677677
SCRIPT: make ci-mingw
678678
RUST_CONFIGURE_ARGS: >-
679679
--build=x86_64-pc-windows-gnu
680-
--enable-profiler
681680
# We are intentionally allowing an old toolchain on this builder (and that's
682681
# incompatible with LLVM downloads today).
683682
NO_DOWNLOAD_CI_LLVM: 1

0 commit comments

Comments
 (0)