We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8aa8ec commit 98dc609Copy full SHA for 98dc609
ci/build.sh
@@ -172,6 +172,8 @@ done
172
173
# FIXME: https://github.com/rust-lang/rust/issues/58564
174
# sparc-unknown-linux-gnu
175
+# FIXME: https://github.com/rust-lang/rust/issues/62932
176
+# thumbv6m-none-eabi
177
RUST_LINUX_NO_CORE_TARGETS="\
178
aarch64-pc-windows-msvc \
179
aarch64-unknown-cloudabi \
@@ -199,7 +201,7 @@ powerpc64-unknown-freebsd \
199
201
riscv32imac-unknown-none-elf \
200
202
riscv32imc-unknown-none-elf \
203
sparc64-unknown-netbsd \
-thumbv6m-none-eabi \
204
+
205
thumbv7em-none-eabi \
206
thumbv7em-none-eabihf \
207
thumbv7m-none-eabi \
0 commit comments