File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ RUST_NIGHTLY_LINUX_TARGETS="\
106106aarch64-fuchsia \
107107armv5te-unknown-linux-gnueabi \
108108armv5te-unknown-linux-musleabi \
109- armebv7r-none-eabi \
110- armebv7r-none-eabihf \
111109armv7r-none-eabi \
112110armv7r-none-eabihf \
113111thumbv6m-none-eabi \
@@ -177,6 +175,8 @@ RUST_LINUX_NO_CORE_TARGETS="\
177175x86_64-unknown-dragonfly \
178176aarch64-pc-windows-msvc \
179177aarch64-unknown-cloudabi \
178+ armebv7r-none-eabi \
179+ armebv7r-none-eabihf \
180180armv7-unknown-cloudabi-eabihf \
181181i586-pc-windows-msvc \
182182i686-pc-windows-gnu \
@@ -197,7 +197,7 @@ x86_64-unknown-haiku \
197197x86_64-unknown-openbsd
198198"
199199
200- if [ " ${RUST} " = " nightly" ]; then
200+ if [ " ${RUST} " = " nightly" ] && [ " ${OS} " = " linux " ] ; then
201201 rustup component add rust-src || true
202202 cargo install xargo || true
203203
You can’t perform that action at this time.
0 commit comments