We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x86_64-mingw
1 parent 31ba372 commit c01cfaeCopy full SHA for c01cfae
.github/workflows/ci.yml
@@ -436,7 +436,7 @@ jobs:
436
- name: x86_64-mingw
437
env:
438
SCRIPT: make ci-mingw
439
- RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-gnu --enable-profiler"
+ RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-gnu"
440
NO_DOWNLOAD_CI_LLVM: 1
441
CUSTOM_MINGW: 1
442
os: windows-2019-8core-32gb
src/ci/github-actions/ci.yml
@@ -677,7 +677,6 @@ jobs:
677
678
RUST_CONFIGURE_ARGS: >-
679
--build=x86_64-pc-windows-gnu
680
- --enable-profiler
681
# We are intentionally allowing an old toolchain on this builder (and that's
682
# incompatible with LLVM downloads today).
683
0 commit comments