From c5a53155f7d6cee0b29e7338490d1da73d19dee5 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Sat, 25 May 2019 13:04:24 +0200 Subject: Temporarily disable sparcv9-sun-solaris --- ci/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/build.sh b/ci/build.sh index eb07c182ea..9197e49337 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -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 -- cgit v1.2.1