From ee94cf8f70ef4d60dcb41ef52f40565688e23187 Mon Sep 17 00:00:00 2001
From: Yuki Okushi <huyuumi.dev@gmail.com>
Date: Sat, 17 Oct 2020 10:28:54 +0900
Subject: [PATCH] Sort targets alphabetically

---
 ci/build.sh | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/ci/build.sh b/ci/build.sh
index 4d03f552..051177e3 100644
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -204,9 +204,11 @@ aarch64-unknown-freebsd \
 aarch64-unknown-hermit \
 aarch64-unknown-netbsd \
 aarch64-unknown-openbsd \
+aarch64-wrs-vxworks \
 armebv7r-none-eabi \
 armebv7r-none-eabihf \
 armv7-unknown-cloudabi-eabihf \
+armv7-wrs-vxworks-eabihf \
 armv7r-none-eabi \
 armv7r-none-eabihf \
 hexagon-unknown-linux-musl \
@@ -216,6 +218,7 @@ i686-unknown-cloudabi \
 i686-unknown-haiku \
 i686-unknown-netbsd \
 i686-unknown-openbsd \
+i686-wrs-vxworks \
 mips-unknown-linux-uclibc \
 mipsel-sony-psp \
 mipsel-unknown-linux-uclibc \
@@ -224,7 +227,10 @@ mips64el-unknown-linux-muslabi64 \
 nvptx64-nvidia-cuda \
 powerpc-unknown-linux-gnuspe \
 powerpc-unknown-netbsd \
+powerpc-wrs-vxworks \
+powerpc-wrs-vxworks-spe \
 powerpc64-unknown-freebsd \
+powerpc64-wrs-vxworks \
 riscv32i-unknown-none-elf \
 riscv32imac-unknown-none-elf \
 riscv32imc-unknown-none-elf \
@@ -247,13 +253,7 @@ x86_64-unknown-haiku \
 x86_64-unknown-hermit \
 x86_64-unknown-l4re-uclibc \
 x86_64-unknown-openbsd \
-armv7-wrs-vxworks-eabihf \
-aarch64-wrs-vxworks \
-i686-wrs-vxworks \
 x86_64-wrs-vxworks \
-powerpc-wrs-vxworks \
-powerpc-wrs-vxworks-spe \
-powerpc64-wrs-vxworks \
 "
 
 if [ "${RUST}" = "nightly" ] && [ "${OS}" = "linux" ]; then
@@ -267,8 +267,8 @@ fi
 RUST_OSX_NO_CORE_TARGETS="\
 armv7-apple-ios \
 armv7s-apple-ios \
-i386-apple-ios \
 i686-apple-darwin \
+i386-apple-ios \
 "
 
 if [ "${RUST}" = "nightly" ] && [ "${OS}" = "macos" ]; then
-- 
GitLab