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 c2349f7 commit d5c6420Copy full SHA for d5c6420
ci/build.sh
@@ -56,6 +56,8 @@ rustup component add rust-src || true
56
cargo install xargo || true
57
58
59
+# FIXME: https://github.com/rust-lang/rust/issues/58564
60
+# sparc-unknown-linux-gnu
61
RUST_LINUX_NO_CORE_TARGETS="\
62
x86_64-unknown-dragonfly \
63
aarch64-pc-windows-msvc \
@@ -71,7 +73,6 @@ nvptx64-nvidia-cuda \
71
73
powerpc-unknown-linux-gnuspe \
72
74
riscv32imac-unknown-none-elf \
75
riscv32imc-unknown-none-elf \
-sparc-unknown-linux-gnu \
76
sparc64-unknown-netbsd \
77
thumbv8m.main-none-eabi \
78
x86_64-pc-windows-gnu \
0 commit comments