Skip to content

Commit 98dc609

Browse files
committed
Disable testing that thumbv6m-none-eabi builds properly
1 parent c8aa8ec commit 98dc609

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ done
172172

173173
# FIXME: https://github.com/rust-lang/rust/issues/58564
174174
# sparc-unknown-linux-gnu
175+
# FIXME: https://github.com/rust-lang/rust/issues/62932
176+
# thumbv6m-none-eabi
175177
RUST_LINUX_NO_CORE_TARGETS="\
176178
aarch64-pc-windows-msvc \
177179
aarch64-unknown-cloudabi \
@@ -199,7 +201,7 @@ powerpc64-unknown-freebsd \
199201
riscv32imac-unknown-none-elf \
200202
riscv32imc-unknown-none-elf \
201203
sparc64-unknown-netbsd \
202-
thumbv6m-none-eabi \
204+
203205
thumbv7em-none-eabi \
204206
thumbv7em-none-eabihf \
205207
thumbv7m-none-eabi \

0 commit comments

Comments
 (0)