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 30c5d12 commit 5750c5eCopy full SHA for 5750c5e
src/ci/github-actions/jobs.yml
@@ -383,9 +383,7 @@ auto:
383
- image: x86_64-mingw
384
env:
385
SCRIPT: make ci-mingw
386
- RUST_CONFIGURE_ARGS: >-
387
- --build=x86_64-pc-windows-gnu
388
- --enable-profiler
+ RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu
389
# We are intentionally allowing an old toolchain on this builder (and that's
390
# incompatible with LLVM downloads today).
391
NO_DOWNLOAD_CI_LLVM: 1
0 commit comments