diff options
| author | bors <bors@rust-lang.org> | 2017-08-16 18:24:59 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-08-16 18:24:59 +0000 |
| commit | 3f94b7103bef77b22ff436b148792834b9e44065 (patch) | |
| tree | 9314d397882b01c8bbc3b8102d5dc5be3cfb9a45 | |
| parent | 00a6797f05607ed0d29d25378fb502a8a9b0a6bf (diff) | |
| parent | 438abf0a583680b73d1cf804aca86be948bd50af (diff) | |
| download | rust-3f94b7103bef77b22ff436b148792834b9e44065.tar.gz rust-3f94b7103bef77b22ff436b148792834b9e44065.zip | |
Auto merge of #43884 - kennytm:fix-43881-do-not-test-i586-msvc, r=alexcrichton
Stop testing `i586-pc-windows-msvc` on AppVeyor. Fixes #43881. Reduces AppVeyor test time back to ~2 hours on average. The i586 libstd was never tested before Aug 13th, so this PR brings the situation back to the previous status-quo.
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index aaede7236a9..f81e4ba8266 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ environment: RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler SCRIPT: python x.py test - MSYS_BITS: 32 - RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --target=i586-pc-windows-msvc + RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --target=i686-pc-windows-msvc SCRIPT: python x.py test --host i686-pc-windows-msvc --target i686-pc-windows-msvc # MSVC aux tests |
