Skip to content

Commit 3f94b71

Browse files
committed
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.
2 parents 00a6797 + 438abf0 commit 3f94b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ environment:
1616
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
1717
SCRIPT: python x.py test
1818
- MSYS_BITS: 32
19-
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --target=i586-pc-windows-msvc
19+
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --target=i686-pc-windows-msvc
2020
SCRIPT: python x.py test --host i686-pc-windows-msvc --target i686-pc-windows-msvc
2121

2222
# MSVC aux tests

0 commit comments

Comments
 (0)