File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,13 @@ environment:
47
47
# SourceForge is notoriously flaky, so we mirror it on our own infrastructure.
48
48
- MSYS_BITS : 32
49
49
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
51
57
MINGW_URL : https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
52
58
MINGW_ARCHIVE : i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
53
59
MINGW_DIR : mingw32
You can’t perform that action at this time.
0 commit comments