Skip to content

Commit 16dbc3e

Browse files
committed
Auto merge of #132781 - MarcoIeni:download-llvm-windows, r=<try>
CI: unset NO_DOWNLOAD_CI_LLVM for 2 windows jobs try-job: dist-i686-mingw try-job: dist-x86_64-mingw
2 parents 6689597 + 4d80c65 commit 16dbc3e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ci/github-actions/jobs.yml

-6
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,6 @@ auto:
484484
RUST_CONFIGURE_ARGS: >-
485485
--build=i686-pc-windows-gnu
486486
--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
490487
SCRIPT: python x.py dist bootstrap --include-default-paths
491488
DIST_REQUIRE_ALL_TOOLS: 1
492489
CODEGEN_BACKENDS: llvm,cranelift
@@ -498,9 +495,6 @@ auto:
498495
RUST_CONFIGURE_ARGS: >-
499496
--build=x86_64-pc-windows-gnu
500497
--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
504498
DIST_REQUIRE_ALL_TOOLS: 1
505499
CODEGEN_BACKENDS: llvm,cranelift
506500
<<: *job-windows

0 commit comments

Comments
 (0)