Skip to content

Commit 6f1b951

Browse files
committed
Run build test for x86_64-unknown-redox
1 parent c2d015e commit 6f1b951

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ RUST_GT_1_24_LINUX_TARGETS="\
137137
i586-unknown-linux-musl \
138138
"
139139

140-
# FIXME: temporarirly disable the redox target
141-
# https://github.com/rust-lang/libc/issues/1457
142-
# x86_64-unknown-redox
143140
RUST_NIGHTLY_LINUX_TARGETS="\
144141
aarch64-fuchsia \
145142
armv5te-unknown-linux-gnueabi \
@@ -151,6 +148,7 @@ x86_64-fortanix-unknown-sgx \
151148
x86_64-fuchsia \
152149
x86_64-pc-windows-gnu \
153150
x86_64-unknown-linux-gnux32 \
151+
x86_64-unknown-redox \
154152
"
155153

156154
RUST_OSX_TARGETS="\

0 commit comments

Comments
 (0)