@@ -147,16 +147,21 @@ wasm32-wasi \
147
147
x86_64-fortanix-unknown-sgx \
148
148
x86_64-fuchsia \
149
149
x86_64-pc-windows-gnu \
150
+ x86_64-unknown-illumos \
150
151
x86_64-unknown-linux-gnux32 \
151
152
x86_64-unknown-redox \
152
153
"
153
154
154
- RUST_OSX_TARGETS =" \
155
+ RUST_APPLE_TARGETS =" \
155
156
aarch64-apple-ios \
156
157
x86_64-apple-darwin \
157
158
x86_64-apple-ios \
158
159
"
159
160
161
+ RUST_NIGHTLY_APPLE_TARGETS=" \
162
+ aarch64-apple-darwin \
163
+ "
164
+
160
165
# The targets are listed here alphabetically
161
166
TARGETS=" "
162
167
case " ${OS} " in
@@ -179,7 +184,12 @@ case "${OS}" in
179
184
180
185
;;
181
186
macos* )
182
- TARGETS=" ${RUST_OSX_TARGETS} "
187
+ TARGETS=" ${RUST_APPLE_TARGETS} "
188
+
189
+ if [ " ${RUST} " = " nightly" ]; then
190
+ TARGETS=" ${TARGETS} ${RUST_NIGHTLY_APPLE_TARGETS} "
191
+ fi
192
+
183
193
;;
184
194
* )
185
195
;;
@@ -200,9 +210,11 @@ aarch64-unknown-freebsd \
200
210
aarch64-unknown-hermit \
201
211
aarch64-unknown-netbsd \
202
212
aarch64-unknown-openbsd \
213
+ aarch64-wrs-vxworks \
203
214
armebv7r-none-eabi \
204
215
armebv7r-none-eabihf \
205
216
armv7-unknown-cloudabi-eabihf \
217
+ armv7-wrs-vxworks-eabihf \
206
218
armv7r-none-eabi \
207
219
armv7r-none-eabihf \
208
220
hexagon-unknown-linux-musl \
@@ -212,6 +224,7 @@ i686-unknown-cloudabi \
212
224
i686-unknown-haiku \
213
225
i686-unknown-netbsd \
214
226
i686-unknown-openbsd \
227
+ i686-wrs-vxworks \
215
228
mips-unknown-linux-uclibc \
216
229
mipsel-sony-psp \
217
230
mipsel-unknown-linux-uclibc \
@@ -220,7 +233,10 @@ mips64el-unknown-linux-muslabi64 \
220
233
nvptx64-nvidia-cuda \
221
234
powerpc-unknown-linux-gnuspe \
222
235
powerpc-unknown-netbsd \
236
+ powerpc-wrs-vxworks \
237
+ powerpc-wrs-vxworks-spe \
223
238
powerpc64-unknown-freebsd \
239
+ powerpc64-wrs-vxworks \
224
240
riscv32i-unknown-none-elf \
225
241
riscv32imac-unknown-none-elf \
226
242
riscv32imc-unknown-none-elf \
@@ -243,13 +259,7 @@ x86_64-unknown-haiku \
243
259
x86_64-unknown-hermit \
244
260
x86_64-unknown-l4re-uclibc \
245
261
x86_64-unknown-openbsd \
246
- armv7-wrs-vxworks-eabihf \
247
- aarch64-wrs-vxworks \
248
- i686-wrs-vxworks \
249
262
x86_64-wrs-vxworks \
250
- powerpc-wrs-vxworks \
251
- powerpc-wrs-vxworks-spe \
252
- powerpc64-wrs-vxworks \
253
263
"
254
264
255
265
if [ " ${RUST} " = " nightly" ] && [ " ${OS} " = " linux" ]; then
263
273
RUST_OSX_NO_CORE_TARGETS=" \
264
274
armv7-apple-ios \
265
275
armv7s-apple-ios \
266
- i386-apple-ios \
267
276
i686-apple-darwin \
277
+ i386-apple-ios \
268
278
"
269
279
270
280
if [ " ${RUST} " = " nightly" ] && [ " ${OS} " = " macos" ]; then
0 commit comments