Skip to content

Commit d5c6420

Browse files
committed
Libcore fails to build for sparc-unknown-linux-gnu
1 parent c2349f7 commit d5c6420

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ rustup component add rust-src || true
5656
cargo install xargo || true
5757

5858

59+
# FIXME: https://github.com/rust-lang/rust/issues/58564
60+
# sparc-unknown-linux-gnu
5961
RUST_LINUX_NO_CORE_TARGETS="\
6062
x86_64-unknown-dragonfly \
6163
aarch64-pc-windows-msvc \
@@ -71,7 +73,6 @@ nvptx64-nvidia-cuda \
7173
powerpc-unknown-linux-gnuspe \
7274
riscv32imac-unknown-none-elf \
7375
riscv32imc-unknown-none-elf \
74-
sparc-unknown-linux-gnu \
7576
sparc64-unknown-netbsd \
7677
thumbv8m.main-none-eabi \
7778
x86_64-pc-windows-gnu \

0 commit comments

Comments
 (0)