summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-05-25 13:04:24 +0200
committergnzlbg <gonzalobg88@gmail.com>2019-05-25 13:04:24 +0200
commitc5a53155f7d6cee0b29e7338490d1da73d19dee5 (patch)
tree39143920ae7fbc921931c987d60c5eb55a605da0
parentc4b609a77a0cf7ced23b47956fb6287d33568223 (diff)
downloadrust-libc-c5a53155f7d6cee0b29e7338490d1da73d19dee5.tar.gz
Temporarily disable sparcv9-sun-solaris
-rw-r--r--ci/build.sh4
1 files changed, 4 insertions, 0 deletions
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