We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63e7d4 commit bce9075Copy full SHA for bce9075
ci/build.sh
@@ -122,6 +122,9 @@ i586-unknown-linux-musl \
122
x86_64-unknown-cloudabi \
123
"
124
125
+# FIXME: temporarirly disable the redox target
126
+# https://github.com/rust-lang/libc/issues/1457
127
+# x86_64-unknown-redox
128
RUST_NIGHTLY_LINUX_TARGETS="\
129
aarch64-fuchsia \
130
armv5te-unknown-linux-gnueabi \
@@ -132,7 +135,6 @@ x86_64-fortanix-unknown-sgx \
132
135
x86_64-fuchsia \
133
136
x86_64-pc-windows-gnu \
134
137
x86_64-unknown-linux-gnux32 \
-x86_64-unknown-redox \
138
139
140
RUST_OSX_TARGETS="\
0 commit comments