Skip to content

Commit c1a2d2e

Browse files
Fix python release on macos (#10512)
* Disabling broken mac php tests * Adding explicit arena.h include * Revert "Adding explicit arena.h include" This reverts commit e4395e7. * Removing extra protobuf directory * Revert "Removing extra protobuf directory" This reverts commit ae77ebd. * Uninstall system protobuf to prevent version conflicts
1 parent a826282 commit c1a2d2e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

kokoro/macos/prepare_build_macos_rc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ set -eux
66

77
export HOMEBREW_PREFIX=$(brew --prefix)
88

9+
##
10+
# Remove any pre-existing protobuf installation.
11+
brew uninstall protobuf
12+
913
##
1014
# Select Xcode version
1115

kokoro/release/python/macos/build_artifacts.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -ex
44

5+
# Remove any pre-existing protobuf installation.
6+
brew uninstall protobuf
7+
58
# change to repo root
69
pushd $(dirname $0)/../../../..
710

0 commit comments

Comments
 (0)