Skip to content

Commit 6e0c3be

Browse files
committed
incorporate review feedback
1 parent 4b68664 commit 6e0c3be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ RUST_NIGHTLY_LINUX_TARGETS="\
139139
aarch64-fuchsia \
140140
armv5te-unknown-linux-gnueabi \
141141
armv5te-unknown-linux-musleabi \
142-
armv7-unknown-linux-uclibceabihf \
143142
i686-pc-windows-gnu \
144143
riscv64gc-unknown-linux-gnu \
145144
wasm32-wasi \
@@ -217,6 +216,7 @@ for TARGET in $TARGETS; do
217216
fi
218217
done
219218

219+
# Targets which are not available via rustup and must be built with -Zbuild-std
220220
RUST_LINUX_NO_CORE_TARGETS="\
221221
aarch64-pc-windows-msvc \
222222
aarch64-unknown-freebsd \
@@ -226,6 +226,7 @@ aarch64-unknown-openbsd \
226226
aarch64-wrs-vxworks \
227227
armebv7r-none-eabi \
228228
armebv7r-none-eabihf \
229+
armv7-unknown-linux-uclibceabihf \
229230
armv7-wrs-vxworks-eabihf \
230231
armv7r-none-eabi \
231232
armv7r-none-eabihf \

0 commit comments

Comments
 (0)