Skip to content

Commit

Permalink
Rollup merge of #1960 - JohnTitor:disable-sparc, r=JohnTitor
Browse files Browse the repository at this point in the history
Disable `sparc-unknown-linux-gnu` for now
  • Loading branch information
JohnTitor authored Oct 27, 2020
2 parents 82b7b6b + c48a9f5 commit ab7c561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ for TARGET in $TARGETS; do
fi
done

# Disable the below because of LLVM on `compiler_builtins` 0.1.36:
# sparc-unknown-linux-gnu
RUST_LINUX_NO_CORE_TARGETS="\
aarch64-pc-windows-msvc \
aarch64-unknown-cloudabi \
Expand Down Expand Up @@ -241,7 +243,6 @@ riscv32imc-unknown-none-elf \
riscv32gc-unknown-linux-gnu \
riscv64gc-unknown-none-elf \
riscv64imac-unknown-none-elf \
sparc-unknown-linux-gnu \
sparc64-unknown-netbsd \
thumbv6m-none-eabi \
Expand Down

0 comments on commit ab7c561

Please sign in to comment.