File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments