Skip to content

Commit 8292b89

Browse files
committed
Reduce checks for demoted apple 32-bit targets
1 parent 496f08f commit 8292b89

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

ci/build.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,6 @@ x86_64-apple-darwin \
137137
x86_64-apple-ios \
138138
"
139139

140-
RUST_LT_1_42_OSX_TARGETS="\
141-
armv7-apple-ios \
142-
armv7s-apple-ios \
143-
i386-apple-ios \
144-
i686-apple-darwin \
145-
"
146-
147140
# The targets are listed here alphabetically
148141
TARGETS=""
149142
case "${OS}" in
@@ -167,12 +160,6 @@ case "${OS}" in
167160
;;
168161
osx*)
169162
TARGETS="${RUST_OSX_TARGETS}"
170-
171-
if [ "${RUST}" != "nightly" ]; then
172-
if [ "${RUST}" != "beta" ]; then
173-
TARGETS="${TARGETS} ${RUST_LT_1_42_OSX_TARGETS}"
174-
fi
175-
fi
176163
;;
177164
*)
178165
;;

0 commit comments

Comments
 (0)