Skip to content

Commit ff81584

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 (backport <rust-lang#4311>) (cherry picked from commit 33c320a)
1 parent 7780271 commit ff81584

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
@@ -50,7 +50,6 @@ targets = [
5050
"armv7r-none-eabihf",
5151
# FIXME(hexagon): excluded due to duplicate symbol errors
5252
# "hexagon-unknown-linux-musl",
53-
"i586-pc-windows-msvc",
5453
"i586-unknown-linux-gnu",
5554
"i586-unknown-linux-musl",
5655
"i686-linux-android",

ci/verify-build.sh

-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ armebv7r-none-eabihf \
192192
armv7-wrs-vxworks-eabihf \
193193
armv7r-none-eabi \
194194
armv7r-none-eabihf \
195-
i586-pc-windows-msvc \
196195
i686-pc-windows-msvc \
197196
i686-unknown-haiku \
198197
i686-unknown-netbsd \

0 commit comments

Comments
 (0)