Skip to content

Commit c1f9952

Browse files
authored
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]>
1 parent 3b645c3 commit c1f9952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/Brewfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ brew "git"
2929
brew "glog"
3030
brew "googletest"
3131
brew "grpc"
32-
brew "llvm@14"
32+
brew "llvm"
3333
brew "lz4"
3434
brew "mimalloc"
3535
brew "ninja"
3636
brew "node"
37-
brew "openssl@3"
37+
brew "openssl"
3838
brew "pkgconf"
3939
brew "protobuf"
4040
brew "python"

0 commit comments

Comments
 (0)