diff --git a/ci/build.sh b/ci/build.sh index 2588166e8495b..aa5b3f4472115 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -282,17 +282,17 @@ if [ "${RUST}" = "nightly" ] && [ "${OS}" = "linux" ]; then done fi -RUST_APPLE_NO_CORE_TARGETS="\ -armv7-apple-ios \ -armv7s-apple-ios \ -i686-apple-darwin \ -i386-apple-ios \ -" +# RUST_APPLE_NO_CORE_TARGETS="\ +# armv7-apple-ios \ +# armv7s-apple-ios \ +# i686-apple-darwin \ +# i386-apple-ios \ +# " -if [ "${RUST}" = "nightly" ] && [ "${OS}" = "macos" ]; then - for TARGET in $RUST_APPLE_NO_CORE_TARGETS; do - if echo "$TARGET" | grep -q "$FILTER"; then - test_target build "$TARGET" 1 - fi - done -fi +# if [ "${RUST}" = "nightly" ] && [ "${OS}" = "macos" ]; then +# for TARGET in $RUST_APPLE_NO_CORE_TARGETS; do +# if echo "$TARGET" | grep -q "$FILTER"; then +# test_target build "$TARGET" 1 +# fi +# done +# fi