Temporarily disable sparcv9-sun-solaris

This commit is contained in:
gnzlbg 2019-05-25 13:04:24 +02:00
parent c4b609a77a
commit c5a53155f7

View File

@ -23,6 +23,10 @@ test_target() {
# See https://github.com/rust-lang/rust/issues/45417
opt="--release"
fi
# FIXME: https://github.com/rust-lang/rust/issues/61174
if [ "${TARGET}" = "sparcv9-sun-solaris" ]; then
return 0
fi
# If there is a std component, fetch it:
if [ "${NO_STD}" != "1" ]; then