Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc1a2d2e

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 commite4395e7.* Removing extra protobuf directory* Revert "Removing extra protobuf directory"This reverts commitae77ebd.* Uninstall system protobuf to prevent version conflicts
1 parenta826282 commitc1a2d2e

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)

[8]ページ先頭

©2009-2025 Movatter.jp