We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496f08f commit 8292b89Copy full SHA for 8292b89
ci/build.sh
@@ -137,13 +137,6 @@ x86_64-apple-darwin \
137
x86_64-apple-ios \
138
"
139
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
-
147
# The targets are listed here alphabetically
148
TARGETS=""
149
case "${OS}" in
@@ -167,12 +160,6 @@ case "${OS}" in
167
160
;;
168
161
osx*)
169
162
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
176
163
177
164
*)
178
165
0 commit comments