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/16 06:55:09 UTC

[arrow] branch main updated: GH-35987: [C++] Unpin brew protobuf version (#36087)

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 01745aaa39 GH-35987: [C++] Unpin brew protobuf version (#36087)
01745aaa39 is described below

commit 01745aaa393ac8395be0ecbcd634323f8c467b12
Author: Jin Shang <sh...@gmail.com>
AuthorDate: Fri Jun 16 14:55:02 2023 +0800

    GH-35987: [C++] Unpin brew protobuf version (#36087)
    
    Unpin brew protobuf version because of an upstream patch.
    * 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 cff0136e73..66f1bd332b 100644
--- a/cpp/Brewfile
+++ b/cpp/Brewfile
@@ -26,12 +26,12 @@ brew "flatbuffers"
 brew "git"
 brew "glog"
 brew "googletest"
-brew "grpc@1.54"
+brew "grpc"
 brew "llvm@14"
 brew "lz4"
 brew "ninja"
 brew "openssl@1.1"
-brew "protobuf@21"
+brew "protobuf"
 brew "python"
 brew "rapidjson"
 brew "snappy"