This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -446,6 +446,7 @@ auto:
446446 # Windows Builders #
447447 # #####################
448448
449+ # x86_64-msvc is split into two jobs to run tests in parallel.
449450 - name : x86_64-msvc-1
450451 env :
451452 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
@@ -517,14 +518,24 @@ auto:
517518 # came from the mingw-w64 SourceForge download site. Unfortunately
518519 # SourceForge is notoriously flaky, so we mirror it on our own infrastructure.
519520
520- - name : i686-mingw
521+ # i686-mingw is split into two jobs to run tests in parallel.
522+ - name : i686-mingw-1
521523 env :
522524 RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
523- SCRIPT : make ci-mingw
525+ SCRIPT : make ci-mingw-x
524526 # We are intentionally allowing an old toolchain on this builder (and that's
525527 # incompatible with LLVM downloads today).
526528 NO_DOWNLOAD_CI_LLVM : 1
527- << : *job-windows-8c
529+ << : *job-windows-25
530+
531+ - name : i686-mingw-2
532+ env :
533+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
534+ SCRIPT : make ci-mingw-bootstrap
535+ # We are intentionally allowing an old toolchain on this builder (and that's
536+ # incompatible with LLVM downloads today).
537+ NO_DOWNLOAD_CI_LLVM : 1
538+ << : *job-windows-25
528539
529540 # x86_64-mingw is split into two jobs to run tests in parallel.
530541 - name : x86_64-mingw-1
You can’t perform that action at this time.
0 commit comments