Skip to content

Commit ee94cf8

Browse files
committed
Sort targets alphabetically
1 parent 4197f72 commit ee94cf8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ci/build.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,11 @@ aarch64-unknown-freebsd \
204204
aarch64-unknown-hermit \
205205
aarch64-unknown-netbsd \
206206
aarch64-unknown-openbsd \
207+
aarch64-wrs-vxworks \
207208
armebv7r-none-eabi \
208209
armebv7r-none-eabihf \
209210
armv7-unknown-cloudabi-eabihf \
211+
armv7-wrs-vxworks-eabihf \
210212
armv7r-none-eabi \
211213
armv7r-none-eabihf \
212214
hexagon-unknown-linux-musl \
@@ -216,6 +218,7 @@ i686-unknown-cloudabi \
216218
i686-unknown-haiku \
217219
i686-unknown-netbsd \
218220
i686-unknown-openbsd \
221+
i686-wrs-vxworks \
219222
mips-unknown-linux-uclibc \
220223
mipsel-sony-psp \
221224
mipsel-unknown-linux-uclibc \
@@ -224,7 +227,10 @@ mips64el-unknown-linux-muslabi64 \
224227
nvptx64-nvidia-cuda \
225228
powerpc-unknown-linux-gnuspe \
226229
powerpc-unknown-netbsd \
230+
powerpc-wrs-vxworks \
231+
powerpc-wrs-vxworks-spe \
227232
powerpc64-unknown-freebsd \
233+
powerpc64-wrs-vxworks \
228234
riscv32i-unknown-none-elf \
229235
riscv32imac-unknown-none-elf \
230236
riscv32imc-unknown-none-elf \
@@ -247,13 +253,7 @@ x86_64-unknown-haiku \
247253
x86_64-unknown-hermit \
248254
x86_64-unknown-l4re-uclibc \
249255
x86_64-unknown-openbsd \
250-
armv7-wrs-vxworks-eabihf \
251-
aarch64-wrs-vxworks \
252-
i686-wrs-vxworks \
253256
x86_64-wrs-vxworks \
254-
powerpc-wrs-vxworks \
255-
powerpc-wrs-vxworks-spe \
256-
powerpc64-wrs-vxworks \
257257
"
258258

259259
if [ "${RUST}" = "nightly" ] && [ "${OS}" = "linux" ]; then
@@ -267,8 +267,8 @@ fi
267267
RUST_OSX_NO_CORE_TARGETS="\
268268
armv7-apple-ios \
269269
armv7s-apple-ios \
270-
i386-apple-ios \
271270
i686-apple-darwin \
271+
i386-apple-ios \
272272
"
273273

274274
if [ "${RUST}" = "nightly" ] && [ "${OS}" = "macos" ]; then

0 commit comments

Comments
 (0)