Skip to content

Commit c5a5315

Browse files
committed
Temporarily disable sparcv9-sun-solaris
1 parent c4b609a commit c5a5315

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ 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" ]; then
28+
return 0
29+
fi
2630

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

0 commit comments

Comments
 (0)