You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2023/06/11 20:52:12 UTC

[arrow] branch main updated: GH-35987: [C++] Pin brew protobuf version to 21 (#36029)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 13a35ed1fe GH-35987: [C++] Pin brew protobuf version to 21 (#36029)
13a35ed1fe is described below

commit 13a35ed1fe5e1158428cf5d132e4f690a3edb8f6
Author: Jin Shang <sh...@gmail.com>
AuthorDate: Mon Jun 12 04:52:04 2023 +0800

    GH-35987: [C++] Pin brew protobuf version to 21 (#36029)
    
    
    
    ### Rationale for this change
    
    A temporary workaround for link errors caused by protobuf 23.
    
    ### What changes are included in this PR?
    
    Pin brew protobuf version to 21 for now.
    
    ### Are these changes tested?
    
    To be tested by CI pipelines.
    
    ### Are there any user-facing changes?
    
    No
    
    * Closes: #35987
    
    Authored-by: Jin Shang <sh...@gmail.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 cpp/Brewfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpp/Brewfile b/cpp/Brewfile
index 66f1bd332b..cff0136e73 100644
--- a/cpp/Brewfile
+++ b/cpp/Brewfile
@@ -26,12 +26,12 @@ brew "flatbuffers"
 brew "git"
 brew "glog"
 brew "googletest"
-brew "grpc"
+brew "grpc@1.54"
 brew "llvm@14"
 brew "lz4"
 brew "ninja"
 brew "openssl@1.1"
-brew "protobuf"
+brew "protobuf@21"
 brew "python"
 brew "rapidjson"
 brew "snappy"