Skip to content

Commit c6306c1

Browse files
committed
Auto merge of #1367 - gnzlbg:disable_sparc, r=gnzlbg
Temporarily disable some solaris targets
2 parents c4b609a + 06561d9 commit c6306c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/build.sh

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ test_target() {
2323
# See https://github.com/rust-lang/rust/issues/45417
2424
opt="--release"
2525
fi
26+
# FIXME: https://github.com/rust-lang/rust/issues/61174
27+
if [ "${TARGET}" = "sparcv9-sun-solaris" ] ||
28+
[ "${TARGET}" = "x86_64-sun-solaris" ]; then
29+
return 0
30+
fi
2631

2732
# If there is a std component, fetch it:
2833
if [ "${NO_STD}" != "1" ]; then

0 commit comments

Comments
 (0)