Skip to content

Commit 3f3b8bb

Browse files
committed
Don't build a known-broken profiler runtime in x86_64-mingw
1 parent 5330ccd commit 3f3b8bb

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
@@ -390,9 +390,7 @@ auto:
390390
- image: x86_64-mingw
391391
env:
392392
SCRIPT: make ci-mingw
393-
RUST_CONFIGURE_ARGS: >-
394-
--build=x86_64-pc-windows-gnu
395-
--enable-profiler
393+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu
396394
# We are intentionally allowing an old toolchain on this builder (and that's
397395
# incompatible with LLVM downloads today).
398396
NO_DOWNLOAD_CI_LLVM: 1

0 commit comments

Comments
 (0)