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.
1 parent 70760ec commit 9507f36Copy full SHA for 9507f36
src/ci/github-actions/jobs.yml
@@ -426,12 +426,18 @@ auto:
426
env:
427
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu
428
SCRIPT: make ci-mingw
429
+ # We are intentionally allowing an old toolchain on this builder (and that's
430
+ # incompatible with LLVM downloads today).
431
+ NO_DOWNLOAD_CI_LLVM: 1
432
<<: *job-windows-8c
433
434
- image: x86_64-mingw
435
436
437
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu
438
439
440
441
442
443
- image: dist-x86_64-msvc
0 commit comments