From 6f1b951db57836ca3fc4625585064b7dde2c7531 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sat, 17 Oct 2020 12:49:46 +0900 Subject: [PATCH] Run build test for `x86_64-unknown-redox` --- ci/build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index 9decfb75..ba186f3a 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -137,9 +137,6 @@ RUST_GT_1_24_LINUX_TARGETS="\ i586-unknown-linux-musl \ " -# 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 \ @@ -151,6 +148,7 @@ 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="\