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.
x86_64-unknown-redox
1 parent c2d015e commit 6f1b951Copy full SHA for 6f1b951
ci/build.sh
@@ -137,9 +137,6 @@ RUST_GT_1_24_LINUX_TARGETS="\
137
i586-unknown-linux-musl \
138
"
139
140
-# FIXME: temporarirly disable the redox target
141
-# https://github.com/rust-lang/libc/issues/1457
142
-# x86_64-unknown-redox
143
RUST_NIGHTLY_LINUX_TARGETS="\
144
aarch64-fuchsia \
145
armv5te-unknown-linux-gnueabi \
@@ -151,6 +148,7 @@ x86_64-fortanix-unknown-sgx \
151
148
x86_64-fuchsia \
152
149
x86_64-pc-windows-gnu \
153
150
x86_64-unknown-linux-gnux32 \
+x86_64-unknown-redox \
154
155
156
RUST_OSX_TARGETS="\
0 commit comments