Skip to content
Snippets Groups Projects
Unverified Commit 8292b893 authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Reduce checks for demoted apple 32-bit targets

parent 496f08f3
No related branches found
No related tags found
No related merge requests found
......@@ -137,13 +137,6 @@ x86_64-apple-darwin \
x86_64-apple-ios \
"
RUST_LT_1_42_OSX_TARGETS="\
armv7-apple-ios \
armv7s-apple-ios \
i386-apple-ios \
i686-apple-darwin \
"
# The targets are listed here alphabetically
TARGETS=""
case "${OS}" in
......@@ -167,12 +160,6 @@ case "${OS}" in
;;
osx*)
TARGETS="${RUST_OSX_TARGETS}"
if [ "${RUST}" != "nightly" ]; then
if [ "${RUST}" != "beta" ]; then
TARGETS="${TARGETS} ${RUST_LT_1_42_OSX_TARGETS}"
fi
fi
;;
*)
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment