Skip to content

Commit beb45a4

Browse files
committed
Remove broken/untested --enable-profiler from mingw dist builds
1 parent d2ecfbb commit beb45a4

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
@@ -438,7 +438,6 @@ auto:
438438
RUST_CONFIGURE_ARGS: >-
439439
--build=i686-pc-windows-gnu
440440
--enable-full-tools
441-
--enable-profiler
442441
# We are intentionally allowing an old toolchain on this builder (and that's
443442
# incompatible with LLVM downloads today).
444443
NO_DOWNLOAD_CI_LLVM: 1
@@ -452,7 +451,6 @@ auto:
452451
RUST_CONFIGURE_ARGS: >-
453452
--build=x86_64-pc-windows-gnu
454453
--enable-full-tools
455-
--enable-profiler
456454
# We are intentionally allowing an old toolchain on this builder (and that's
457455
# incompatible with LLVM downloads today).
458456
NO_DOWNLOAD_CI_LLVM: 1

0 commit comments

Comments
 (0)