Skip to content

Commit

Permalink
Configure brew on linux on grpc_php_plugin setup
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Oct 24, 2022
1 parent e8836c6 commit 98e3af0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/tools/grpc_php_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ get_grpc_tag() {
}

add_grpc_php_plugin_brew() {
. "${0%/*}"/tools/brew.sh
configure_brew
brew install grpc
brew link --force --overwrite grpc >/dev/null 2>&1
grpc_tag="v$(brew info grpc | grep "grpc:" | grep -Eo "[0-9]+\.[0-9]+\.[0-9]+")"
Expand Down

0 comments on commit 98e3af0

Please sign in to comment.