diff --git a/ci/build.sh b/ci/build.sh index 2588166e8495b..6e8c5e974f63d 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -289,10 +289,10 @@ 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