Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a570b7d

Browse files
committedJul 29, 2020
Skip CI for some ARM-related targets for now
1 parent fb6a306 commit a570b7d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed
 

‎ci/build.sh

+9-8
Original file line numberDiff line numberDiff line change
@@ -195,16 +195,19 @@ done
195195

196196
# FIXME: https://github.com/rust-lang/rust/issues/58564
197197
# sparc-unknown-linux-gnu
198+
# FIXME: Today(2020-07-29)'s nightly is missing rust-src for these targets.
199+
# aarch64-unknown-cloudabi
200+
# aarch64-unknown-freebsd
201+
# aarch64-unknown-hermit
202+
# aarch64-unknown-netbsd
203+
# aarch64-unknown-openbsd
204+
# aarch64-wrs-vxworks
205+
# armv7-unknown-cloudabi-eabihf
206+
# armv7-wrs-vxworks-eabihf
198207
RUST_LINUX_NO_CORE_TARGETS="\
199208
aarch64-pc-windows-msvc \
200-
aarch64-unknown-cloudabi \
201-
aarch64-unknown-freebsd \
202-
aarch64-unknown-hermit \
203-
aarch64-unknown-netbsd \
204-
aarch64-unknown-openbsd \
205209
armebv7r-none-eabi \
206210
armebv7r-none-eabihf \
207-
armv7-unknown-cloudabi-eabihf \
208211
armv7r-none-eabi \
209212
armv7r-none-eabihf \
210213
hexagon-unknown-linux-musl \
@@ -241,8 +244,6 @@ x86_64-unknown-haiku \
241244
x86_64-unknown-hermit \
242245
x86_64-unknown-l4re-uclibc \
243246
x86_64-unknown-openbsd \
244-
armv7-wrs-vxworks-eabihf \
245-
aarch64-wrs-vxworks \
246247
i686-wrs-vxworks \
247248
x86_64-wrs-vxworks \
248249
powerpc-wrs-vxworks \

0 commit comments

Comments
 (0)
Please sign in to comment.