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

guangmingchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new d7eca399 ci: fixed protobuf and abseil versions (#2596)
d7eca399 is described below

commit d7eca3991f0f38121a4e40831e548d8802fa6b1a
Author: Xiaofeng Wang <wasp...@gmail.com>
AuthorDate: Tue Apr 9 21:02:37 2024 +0800

    ci: fixed protobuf and abseil versions (#2596)
    
    * ci: fixed protobuf and abseil versions
    
    * ci: ignore dependencies
---
 .github/workflows/ci-macos.yml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index c23885d5..685d4e6b 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -65,7 +65,12 @@ jobs:
 
       - name: install dependences
         run: |
-          brew install protobuf openssl gnu-getopt coreutils gflags leveldb
+          brew install openssl gnu-getopt coreutils gflags leveldb
+          # abseil 20230125.3
+          curl -o abseil.rb   
https://raw.githubusercontent.com/Homebrew/homebrew-core/1e04597501b3096952608efcb13301119a830b35/Formula/abseil.rb
+          # protobuf 22.5
+          curl -o protobuf.rb 
https://raw.githubusercontent.com/Homebrew/homebrew-core/1e04597501b3096952608efcb13301119a830b35/Formula/protobuf.rb
+          HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --formula 
--ignore-dependencies ./abseil.rb ./protobuf.rb
 
       - name: config_brpc
         run: |
@@ -85,7 +90,12 @@ jobs:
 
       - name: install dependences
         run: |
-          brew install protobuf openssl gflags leveldb
+          brew install openssl gflags leveldb
+          # abseil 20230125.3
+          curl -o abseil.rb   
https://raw.githubusercontent.com/Homebrew/homebrew-core/1e04597501b3096952608efcb13301119a830b35/Formula/abseil.rb
+          # protobuf 22.5
+          curl -o protobuf.rb 
https://raw.githubusercontent.com/Homebrew/homebrew-core/1e04597501b3096952608efcb13301119a830b35/Formula/protobuf.rb
+          HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --formula 
--ignore-dependencies ./abseil.rb ./protobuf.rb
 
       - name: cmake
         run: |


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to