File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ RUST_NIGHTLY_LINUX_TARGETS="\
139
139
aarch64-fuchsia \
140
140
armv5te-unknown-linux-gnueabi \
141
141
armv5te-unknown-linux-musleabi \
142
- armv7-unknown-linux-uclibceabihf \
143
142
i686-pc-windows-gnu \
144
143
riscv64gc-unknown-linux-gnu \
145
144
wasm32-wasi \
@@ -217,6 +216,7 @@ for TARGET in $TARGETS; do
217
216
fi
218
217
done
219
218
219
+ # Targets which are not available via rustup and must be built with -Zbuild-std
220
220
RUST_LINUX_NO_CORE_TARGETS=" \
221
221
aarch64-pc-windows-msvc \
222
222
aarch64-unknown-freebsd \
@@ -226,6 +226,7 @@ aarch64-unknown-openbsd \
226
226
aarch64-wrs-vxworks \
227
227
armebv7r-none-eabi \
228
228
armebv7r-none-eabihf \
229
+ armv7-unknown-linux-uclibceabihf \
229
230
armv7-wrs-vxworks-eabihf \
230
231
armv7r-none-eabi \
231
232
armv7r-none-eabihf \
You can’t perform that action at this time.
0 commit comments