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 c1f995226c GH-45784: [C++] Unpin LLVM and OpenSSL in Brewfile (#45785)
c1f995226c is described below

commit c1f995226c46c2bba9c5fbf988cf9b247f87adad
Author: Sutou Kouhei <[email protected]>
AuthorDate: Tue Mar 18 15:55:32 2025 +0900

    GH-45784: [C++] Unpin LLVM and OpenSSL in Brewfile (#45785)
    
    ### Rationale for this change
    
    We don't need to pin LLVM and OpenSSL now.
    
    ### What changes are included in this PR?
    
    Unpin LLVM and OpenSSL.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * GitHub Issue: #45784
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 cpp/Brewfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpp/Brewfile b/cpp/Brewfile
index c6fd6d7992..01d7b36246 100644
--- a/cpp/Brewfile
+++ b/cpp/Brewfile
@@ -29,12 +29,12 @@ brew "git"
 brew "glog"
 brew "googletest"
 brew "grpc"
-brew "llvm@14"
+brew "llvm"
 brew "lz4"
 brew "mimalloc"
 brew "ninja"
 brew "node"
-brew "openssl@3"
+brew "openssl"
 brew "pkgconf"
 brew "protobuf"
 brew "python"

Reply via email to