Skip to content

Commit

Permalink
Auto merge of #132781 - MarcoIeni:download-llvm-windows, r=<try>
Browse files Browse the repository at this point in the history
CI: unset NO_DOWNLOAD_CI_LLVM for 2 windows jobs

try-job: dist-i686-mingw
try-job: dist-x86_64-mingw
  • Loading branch information
bors committed Nov 10, 2024
2 parents 6689597 + 4d80c65 commit 16dbc3e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,6 @@ auto:
RUST_CONFIGURE_ARGS: >-
--build=i686-pc-windows-gnu
--enable-full-tools
# We are intentionally allowing an old toolchain on this builder (and that's
# incompatible with LLVM downloads today).
NO_DOWNLOAD_CI_LLVM: 1
SCRIPT: python x.py dist bootstrap --include-default-paths
DIST_REQUIRE_ALL_TOOLS: 1
CODEGEN_BACKENDS: llvm,cranelift
Expand All @@ -498,9 +495,6 @@ auto:
RUST_CONFIGURE_ARGS: >-
--build=x86_64-pc-windows-gnu
--enable-full-tools
# We are intentionally allowing an old toolchain on this builder (and that's
# incompatible with LLVM downloads today).
NO_DOWNLOAD_CI_LLVM: 1
DIST_REQUIRE_ALL_TOOLS: 1
CODEGEN_BACKENDS: llvm,cranelift
<<: *job-windows
Expand Down

0 comments on commit 16dbc3e

Please sign in to comment.