Skip to content

Commit ab7c561

Browse files
authored
Rollup merge of #1960 - JohnTitor:disable-sparc, r=JohnTitor
Disable `sparc-unknown-linux-gnu` for now
2 parents 82b7b6b + c48a9f5 commit ab7c561

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ for TARGET in $TARGETS; do
201201
fi
202202
done
203203

204+
# Disable the below because of LLVM on `compiler_builtins` 0.1.36:
205+
# sparc-unknown-linux-gnu
204206
RUST_LINUX_NO_CORE_TARGETS="\
205207
aarch64-pc-windows-msvc \
206208
aarch64-unknown-cloudabi \
@@ -241,7 +243,6 @@ riscv32imc-unknown-none-elf \
241243
riscv32gc-unknown-linux-gnu \
242244
riscv64gc-unknown-none-elf \
243245
riscv64imac-unknown-none-elf \
244-
sparc-unknown-linux-gnu \
245246
sparc64-unknown-netbsd \
246247
247248
thumbv6m-none-eabi \

0 commit comments

Comments
 (0)