Skip to content

Commit

Permalink
Temporarily disable redox target
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Aug 5, 2019
1 parent e63e7d4 commit bce9075
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/build.sh
Expand Up @@ -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 \
Expand All @@ -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="\
Expand Down

0 comments on commit bce9075

Please sign in to comment.