diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-01-19 15:49:32 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-01-20 08:35:47 -0800 |
| commit | 86605c405454c61c2cc202a6f9beed3e3b27fa55 (patch) | |
| tree | a699b19b435507208d606c132393e4c86e9de24b | |
| parent | 4a298dde7238335a9a78bf9041c534350f10bf91 (diff) | |
| parent | 2d52cb93497063a723381f0a688cbae738c28521 (diff) | |
| download | rust-86605c405454c61c2cc202a6f9beed3e3b27fa55.tar.gz rust-86605c405454c61c2cc202a6f9beed3e3b27fa55.zip | |
Rollup merge of #39112 - alexcrichton:i586-msvc, r=nikomatsakis
appveyor: Test/Dist i586 MSVC This is a target that we're shipping today, so this commit adds this matrix entry to AppVeyor. This reuses the existing i686 MSVC matrix entry as it's currently finishing about a half hour under two hours, which should hopefully give it enough extra time to run this test suite. cc #38531
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 346ef0d8faa..5fbeff0e51f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ environment: SCRIPT: python x.py test && python x.py dist DEPLOY: 1 - MSYS_BITS: 32 - RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc + RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --target=i586-pc-windows-msvc SCRIPT: python x.py test && python x.py dist DEPLOY: 1 |
