From 98dc609a793bfe3c5b8a46b38cd51907e143011f Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Fri, 26 Jul 2019 15:01:00 +0200 Subject: [PATCH] Disable testing that thumbv6m-none-eabi builds properly --- ci/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index 707dd4ac..00fbe35e 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -172,6 +172,8 @@ done # FIXME: https://github.com/rust-lang/rust/issues/58564 # sparc-unknown-linux-gnu +# FIXME: https://github.com/rust-lang/rust/issues/62932 +# thumbv6m-none-eabi RUST_LINUX_NO_CORE_TARGETS="\ aarch64-pc-windows-msvc \ aarch64-unknown-cloudabi \ @@ -199,7 +201,7 @@ powerpc64-unknown-freebsd \ riscv32imac-unknown-none-elf \ riscv32imc-unknown-none-elf \ sparc64-unknown-netbsd \ -thumbv6m-none-eabi \ + thumbv7em-none-eabi \ thumbv7em-none-eabihf \ thumbv7m-none-eabi \