Skip to content

Commit bedfc69

Browse files
committed
Remove broken/untested --enable-profiler from mingw dist builds
1 parent 2f0386d commit bedfc69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ci/github-actions/jobs.yml

-2
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ auto:
431431
RUST_CONFIGURE_ARGS: >-
432432
--build=i686-pc-windows-gnu
433433
--enable-full-tools
434-
--enable-profiler
435434
# We are intentionally allowing an old toolchain on this builder (and that's
436435
# incompatible with LLVM downloads today).
437436
NO_DOWNLOAD_CI_LLVM: 1
@@ -446,7 +445,6 @@ auto:
446445
RUST_CONFIGURE_ARGS: >-
447446
--build=x86_64-pc-windows-gnu
448447
--enable-full-tools
449-
--enable-profiler
450448
# We are intentionally allowing an old toolchain on this builder (and that's
451449
# incompatible with LLVM downloads today).
452450
NO_DOWNLOAD_CI_LLVM: 1

0 commit comments

Comments
 (0)