Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8a95be3

Browse files
committed
Revert "download llvm"
This reverts commit 7abac96.
1 parent 0f176c8 commit 8a95be3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,12 +435,18 @@ auto:
435435
env:
436436
SCRIPT: make ci-mingw-x
437437
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
438441
<<: *job-windows-8c
439442

440443
- image: x86_64-mingw-2
441444
env:
442445
SCRIPT: make ci-mingw-bootstrap
443446
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu
447+
# We are intentionally allowing an old toolchain on this builder (and that's
448+
# incompatible with LLVM downloads today).
449+
NO_DOWNLOAD_CI_LLVM: 1
444450
<<: *job-windows
445451

446452
- image: dist-x86_64-msvc

0 commit comments

Comments
 (0)