review changes

pull/23057/head
Stanley Cheung 5 years ago
parent c74b295c69
commit 179c36186f
  1. 3
      tools/internal_ci/helper_scripts/prepare_build_macos_rc

@ -37,11 +37,10 @@ fi
if [ "${PREPARE_BUILD_INSTALL_DEPS_RUBY}" == "true" ]
then
brew update
# special case for https://github.com/grpc/grpc/issues/23027
# special case fix for https://github.com/grpc/grpc/issues/23027
rm -f /usr/local/bin/gpg
rm -f /usr/local/bin/gpgconf
rm -f /usr/local/bin/gpgsm
brew upgrade gnupg
# end https://github.com/grpc/grpc/issues/23027
brew cleanup
set +ex

Loading…
Cancel
Save