Skip to content

Commit 9507f36

Browse files
committed
revert 2 jobs
1 parent 70760ec commit 9507f36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ci/github-actions/jobs.yml

+6
Original file line numberDiff line numberDiff line change
@@ -426,12 +426,18 @@ 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
429432
<<: *job-windows-8c
430433

431434
- image: x86_64-mingw
432435
env:
433436
SCRIPT: make ci-mingw
434437
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
435441
<<: *job-windows-8c
436442

437443
- image: dist-x86_64-msvc

0 commit comments

Comments
 (0)