Skip to content

Commit 438abf0

Browse files
committed
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.
1 parent c774c95 commit 438abf0

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)