Skip to content

Commit

Permalink
Auto merge of #1442 - gnzlbg:fix_ci2, r=gnzlbg
Browse files Browse the repository at this point in the history
Disable testing that thumbv6m-none-eabi builds properly
  • Loading branch information
bors committed Jul 26, 2019
2 parents c8aa8ec + 98dc609 commit 737b7d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 737b7d6

Please sign in to comment.