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

Commit 7abac96

Browse files
committed
download llvm
1 parent 5aadf10 commit 7abac96

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -435,18 +435,12 @@ 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
441438
<<: *job-windows-8c
442439

443440
- image: x86_64-mingw-2
444441
env:
445442
SCRIPT: make ci-mingw-bootstrap
446443
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
450444
<<: *job-windows
451445

452446
- image: dist-x86_64-msvc

0 commit comments

Comments
 (0)