Skip to content

Commit 7dae985

Browse files
committed
Skip CI for some aarch64-* targets for now
1 parent fb6a306 commit 7dae985

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ci/build.sh

+7-6
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,15 @@ 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 target.
199+
# aarch64-unknown-cloudabi
200+
# aarch64-unknown-freebsd
201+
# aarch64-unknown-hermit
202+
# aarch64-unknown-netbsd
203+
# aarch64-unknown-openbsd
204+
# aarch64-wrs-vxworks
198205
RUST_LINUX_NO_CORE_TARGETS="\
199206
aarch64-pc-windows-msvc \
200-
aarch64-unknown-cloudabi \
201-
aarch64-unknown-freebsd \
202-
aarch64-unknown-hermit \
203-
aarch64-unknown-netbsd \
204-
aarch64-unknown-openbsd \
205207
armebv7r-none-eabi \
206208
armebv7r-none-eabihf \
207209
armv7-unknown-cloudabi-eabihf \
@@ -242,7 +244,6 @@ x86_64-unknown-hermit \
242244
x86_64-unknown-l4re-uclibc \
243245
x86_64-unknown-openbsd \
244246
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)