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 25baaa7 commit da47bc3Copy full SHA for da47bc3
src/ci/github-actions/jobs.yml
@@ -390,9 +390,7 @@ auto:
390
- image: x86_64-mingw
391
env:
392
SCRIPT: make ci-mingw
393
- RUST_CONFIGURE_ARGS: >-
394
- --build=x86_64-pc-windows-gnu
395
- --enable-profiler
+ RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu
396
# We are intentionally allowing an old toolchain on this builder (and that's
397
# incompatible with LLVM downloads today).
398
NO_DOWNLOAD_CI_LLVM: 1
0 commit comments