Skip to content

Commit 321bc2b

Browse files
committed
Remove broken/untested --enable-profiler from mingw dist builds
1 parent fd740aa commit 321bc2b

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
@@ -430,7 +430,6 @@ auto:
430430
RUST_CONFIGURE_ARGS: >-
431431
--build=i686-pc-windows-gnu
432432
--enable-full-tools
433-
--enable-profiler
434433
# We are intentionally allowing an old toolchain on this builder (and that's
435434
# incompatible with LLVM downloads today).
436435
NO_DOWNLOAD_CI_LLVM: 1
@@ -444,7 +443,6 @@ auto:
444443
RUST_CONFIGURE_ARGS: >-
445444
--build=x86_64-pc-windows-gnu
446445
--enable-full-tools
447-
--enable-profiler
448446
# We are intentionally allowing an old toolchain on this builder (and that's
449447
# incompatible with LLVM downloads today).
450448
NO_DOWNLOAD_CI_LLVM: 1

0 commit comments

Comments
 (0)