summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-08-05 12:47:35 +0200
committergnzlbg <gonzalobg88@gmail.com>2019-08-05 12:47:35 +0200
commitbce9075570889b0fc20aad628594db9555fa194a (patch)
treecefbddada9a80cdc9bc36c07c6cd2405473b4ecf
parente63e7d4180f835b7113d9550d9a485aa1858f7eb (diff)
downloadrust-libc-bce9075570889b0fc20aad628594db9555fa194a.tar.gz
Temporarily disable redox target
-rw-r--r--ci/build.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/build.sh b/ci/build.sh
index abec755d6f..176c85feb6 100644
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -122,6 +122,9 @@ i586-unknown-linux-musl \
x86_64-unknown-cloudabi \
"
+# FIXME: temporarirly disable the redox target
+# https://github.com/rust-lang/libc/issues/1457
+# x86_64-unknown-redox
RUST_NIGHTLY_LINUX_TARGETS="\
aarch64-fuchsia \
armv5te-unknown-linux-gnueabi \
@@ -132,7 +135,6 @@ x86_64-fortanix-unknown-sgx \
x86_64-fuchsia \
x86_64-pc-windows-gnu \
x86_64-unknown-linux-gnux32 \
-x86_64-unknown-redox \
"
RUST_OSX_TARGETS="\