Merge pull request #10715 from protocolbuffers/deannagarcia-patch-10

Force uninstall protobuf in python macos builds
pull/10721/head
deannagarcia 2 years ago committed by GitHub
commit 4271ab9403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      kokoro/release/python/macos/build_artifacts.sh

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

Loading…
Cancel
Save