Skip to content

Commit 70760ec

Browse files
committed
CI: unset NO_DOWNLOAD_CI_LLVM for windows
1 parent 209799f commit 70760ec

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: src/ci/github-actions/jobs.yml

-12
Original file line numberDiff line numberDiff line change
@@ -426,18 +426,12 @@ auto:
426426
env:
427427
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu
428428
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
432429
<<: *job-windows-8c
433430

434431
- image: x86_64-mingw
435432
env:
436433
SCRIPT: make ci-mingw
437434
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
441435
<<: *job-windows-8c
442436

443437
- image: dist-x86_64-msvc
@@ -484,9 +478,6 @@ auto:
484478
RUST_CONFIGURE_ARGS: >-
485479
--build=i686-pc-windows-gnu
486480
--enable-full-tools
487-
# We are intentionally allowing an old toolchain on this builder (and that's
488-
# incompatible with LLVM downloads today).
489-
NO_DOWNLOAD_CI_LLVM: 1
490481
SCRIPT: python x.py dist bootstrap --include-default-paths
491482
DIST_REQUIRE_ALL_TOOLS: 1
492483
CODEGEN_BACKENDS: llvm,cranelift
@@ -498,9 +489,6 @@ auto:
498489
RUST_CONFIGURE_ARGS: >-
499490
--build=x86_64-pc-windows-gnu
500491
--enable-full-tools
501-
# We are intentionally allowing an old toolchain on this builder (and that's
502-
# incompatible with LLVM downloads today).
503-
NO_DOWNLOAD_CI_LLVM: 1
504492
DIST_REQUIRE_ALL_TOOLS: 1
505493
CODEGEN_BACKENDS: llvm,cranelift
506494
<<: *job-windows

0 commit comments

Comments
 (0)