Skip to content

Commit 5750c5e

Browse files
committed
Don't build a known-broken profiler runtime in x86_64-mingw
1 parent 30c5d12 commit 5750c5e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ci/github-actions/jobs.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,7 @@ auto:
383383
- image: x86_64-mingw
384384
env:
385385
SCRIPT: make ci-mingw
386-
RUST_CONFIGURE_ARGS: >-
387-
--build=x86_64-pc-windows-gnu
388-
--enable-profiler
386+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu
389387
# We are intentionally allowing an old toolchain on this builder (and that's
390388
# incompatible with LLVM downloads today).
391389
NO_DOWNLOAD_CI_LLVM: 1

0 commit comments

Comments
 (0)