Skip to content

Commit 91fbefa

Browse files
Split MinGW tests into two builders on AppVeyor
Run-pass and compile-fail tests appear to take the most significant chunk of time, so split them into their own builder.
1 parent 063deba commit 91fbefa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

appveyor.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,13 @@ environment:
4747
# SourceForge is notoriously flaky, so we mirror it on our own infrastructure.
4848
- MSYS_BITS: 32
4949
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu
50-
SCRIPT: python x.py test
50+
SCRIPT: python x.py test --exclude src/test/run-pass --exclude src/test/compile-fail
51+
MINGW_URL: https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
52+
MINGW_ARCHIVE: i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
53+
MINGW_DIR: mingw32
54+
- MSYS_BITS: 32
55+
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu
56+
SCRIPT: python x.py test src/test/run-pass src/test/compile-fail
5157
MINGW_URL: https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
5258
MINGW_ARCHIVE: i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
5359
MINGW_DIR: mingw32

0 commit comments

Comments
 (0)