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="\
106
106
aarch64-fuchsia \
107
107
armv5te-unknown-linux-gnueabi \
108
108
armv5te-unknown-linux-musleabi \
109
- armebv7r-none-eabi \
110
- armebv7r-none-eabihf \
111
109
armv7r-none-eabi \
112
110
armv7r-none-eabihf \
113
111
thumbv6m-none-eabi \
@@ -177,6 +175,8 @@ RUST_LINUX_NO_CORE_TARGETS="\
177
175
x86_64-unknown-dragonfly \
178
176
aarch64-pc-windows-msvc \
179
177
aarch64-unknown-cloudabi \
178
+ armebv7r-none-eabi \
179
+ armebv7r-none-eabihf \
180
180
armv7-unknown-cloudabi-eabihf \
181
181
i586-pc-windows-msvc \
182
182
i686-pc-windows-gnu \
@@ -197,7 +197,7 @@ x86_64-unknown-haiku \
197
197
x86_64-unknown-openbsd
198
198
"
199
199
200
- if [ " ${RUST} " = " nightly" ]; then
200
+ if [ " ${RUST} " = " nightly" ] && [ " ${OS} " = " linux " ] ; then
201
201
rustup component add rust-src || true
202
202
cargo install xargo || true
203
203
You can’t perform that action at this time.
0 commit comments