Skip to content

Commit db03632

Browse files
committed
Auto merge of #2031 - JohnTitor:revive-sparc, r=JohnTitor
Re-add the build test for `sparc-unknown-linux-gnu` The current nightly uses compiler_builtins 0.1.39 so the issue should be fixed.
2 parents 715b50e + 8ad14f0 commit db03632

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ 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
206204
RUST_LINUX_NO_CORE_TARGETS="\
207205
aarch64-pc-windows-msvc \
208206
aarch64-unknown-freebsd \
@@ -240,6 +238,7 @@ riscv32imc-unknown-none-elf \
240238
riscv32gc-unknown-linux-gnu \
241239
riscv64gc-unknown-none-elf \
242240
riscv64imac-unknown-none-elf \
241+
sparc-unknown-linux-gnu \
243242
sparc64-unknown-netbsd \
244243
245244
thumbv6m-none-eabi \

0 commit comments

Comments
 (0)