Skip to content

Commit bce9075

Browse files
committed
Temporarily disable redox target
1 parent e63e7d4 commit bce9075

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ i586-unknown-linux-musl \
122122
x86_64-unknown-cloudabi \
123123
"
124124

125+
# FIXME: temporarirly disable the redox target
126+
# https://github.com/rust-lang/libc/issues/1457
127+
# x86_64-unknown-redox
125128
RUST_NIGHTLY_LINUX_TARGETS="\
126129
aarch64-fuchsia \
127130
armv5te-unknown-linux-gnueabi \
@@ -132,7 +135,6 @@ x86_64-fortanix-unknown-sgx \
132135
x86_64-fuchsia \
133136
x86_64-pc-windows-gnu \
134137
x86_64-unknown-linux-gnux32 \
135-
x86_64-unknown-redox \
136138
"
137139

138140
RUST_OSX_TARGETS="\

0 commit comments

Comments
 (0)