File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -204,9 +204,11 @@ aarch64-unknown-freebsd \
204
204
aarch64-unknown-hermit \
205
205
aarch64-unknown-netbsd \
206
206
aarch64-unknown-openbsd \
207
+ aarch64-wrs-vxworks \
207
208
armebv7r-none-eabi \
208
209
armebv7r-none-eabihf \
209
210
armv7-unknown-cloudabi-eabihf \
211
+ armv7-wrs-vxworks-eabihf \
210
212
armv7r-none-eabi \
211
213
armv7r-none-eabihf \
212
214
hexagon-unknown-linux-musl \
@@ -216,6 +218,7 @@ i686-unknown-cloudabi \
216
218
i686-unknown-haiku \
217
219
i686-unknown-netbsd \
218
220
i686-unknown-openbsd \
221
+ i686-wrs-vxworks \
219
222
mips-unknown-linux-uclibc \
220
223
mipsel-sony-psp \
221
224
mipsel-unknown-linux-uclibc \
@@ -224,7 +227,10 @@ mips64el-unknown-linux-muslabi64 \
224
227
nvptx64-nvidia-cuda \
225
228
powerpc-unknown-linux-gnuspe \
226
229
powerpc-unknown-netbsd \
230
+ powerpc-wrs-vxworks \
231
+ powerpc-wrs-vxworks-spe \
227
232
powerpc64-unknown-freebsd \
233
+ powerpc64-wrs-vxworks \
228
234
riscv32i-unknown-none-elf \
229
235
riscv32imac-unknown-none-elf \
230
236
riscv32imc-unknown-none-elf \
@@ -247,13 +253,7 @@ x86_64-unknown-haiku \
247
253
x86_64-unknown-hermit \
248
254
x86_64-unknown-l4re-uclibc \
249
255
x86_64-unknown-openbsd \
250
- armv7-wrs-vxworks-eabihf \
251
- aarch64-wrs-vxworks \
252
- i686-wrs-vxworks \
253
256
x86_64-wrs-vxworks \
254
- powerpc-wrs-vxworks \
255
- powerpc-wrs-vxworks-spe \
256
- powerpc64-wrs-vxworks \
257
257
"
258
258
259
259
if [ " ${RUST} " = " nightly" ] && [ " ${OS} " = " linux" ]; then
267
267
RUST_OSX_NO_CORE_TARGETS=" \
268
268
armv7-apple-ios \
269
269
armv7s-apple-ios \
270
- i386-apple-ios \
271
270
i686-apple-darwin \
271
+ i386-apple-ios \
272
272
"
273
273
274
274
if [ " ${RUST} " = " nightly" ] && [ " ${OS} " = " macos" ]; then
You can’t perform that action at this time.
0 commit comments