Skip to content

Commit

Permalink
Auto merge of #43884 - kennytm:fix-43881-do-not-test-i586-msvc, r=ale…
Browse files Browse the repository at this point in the history
…xcrichton

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.
  • Loading branch information
bors committed Aug 16, 2017
2 parents 00a6797 + 438abf0 commit 3f94b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f94b71

Please sign in to comment.