Skip to content

Commit 33c320a

Browse files
committed
Remove tests for the i586-pc-windows-msvc target
Since [1], this target no longer exists so we need to remove it from CI. [1]: rust-lang/rust#137957
1 parent 1779f14 commit 33c320a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ targets = [
4848
"armv7r-none-eabihf",
4949
# FIXME(hexagon): excluded due to duplicate symbol errors
5050
# "hexagon-unknown-linux-musl",
51-
"i586-pc-windows-msvc",
5251
"i586-unknown-linux-gnu",
5352
"i586-unknown-linux-musl",
5453
"i686-linux-android",

ci/verify-build.sh

-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ armebv7r-none-eabihf \
189189
armv7-wrs-vxworks-eabihf \
190190
armv7r-none-eabi \
191191
armv7r-none-eabihf \
192-
i586-pc-windows-msvc \
193192
i686-pc-windows-msvc \
194193
i686-unknown-haiku \
195194
i686-unknown-netbsd \

0 commit comments

Comments
 (0)