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 0f176c8 commit 8a95be3Copy full SHA for 8a95be3
src/ci/github-actions/jobs.yml
@@ -435,12 +435,18 @@ auto:
435
env:
436
SCRIPT: make ci-mingw-x
437
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu
438
+ # We are intentionally allowing an old toolchain on this builder (and that's
439
+ # incompatible with LLVM downloads today).
440
+ NO_DOWNLOAD_CI_LLVM: 1
441
<<: *job-windows-8c
442
443
- image: x86_64-mingw-2
444
445
SCRIPT: make ci-mingw-bootstrap
446
447
448
449
450
<<: *job-windows
451
452
- image: dist-x86_64-msvc
0 commit comments