From 4197f72eee97cd468342af07620c9e35791f5302 Mon Sep 17 00:00:00 2001 From: Yuki Okushi <huyuumi.dev@gmail.com> Date: Sat, 17 Oct 2020 10:06:38 +0900 Subject: [PATCH] Add some more targets for build testing --- ci/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/build.sh b/ci/build.sh index 9decfb75..4d03f552 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -150,10 +150,12 @@ wasm32-wasi \ x86_64-fortanix-unknown-sgx \ x86_64-fuchsia \ x86_64-pc-windows-gnu \ +x86_64-unknown-illumos \ x86_64-unknown-linux-gnux32 \ " RUST_OSX_TARGETS="\ +aarch64-apple-darwin \ aarch64-apple-ios \ x86_64-apple-darwin \ x86_64-apple-ios \ -- GitLab