Uninstall system protobuf to prevent version conflicts (#10522)

pull/10545/head
Mike Kruskal 2 years ago committed by GitHub
parent aafacb09c7
commit ea2f20498e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      kokoro/macos/prepare_build_macos_rc
  2. 3
      kokoro/release/python/macos/build_artifacts.sh

@ -6,6 +6,10 @@ set -eux
export HOMEBREW_PREFIX=$(brew --prefix)
##
# Remove any pre-existing protobuf installation.
brew uninstall protobuf
##
# Select Xcode version

@ -2,6 +2,9 @@
set -ex
# Remove any pre-existing protobuf installation.
brew uninstall protobuf
# change to repo root
pushd $(dirname $0)/../../../..

Loading…
Cancel
Save