Skip to content

Commit

Permalink
grpc: workaround for grpc/grpc#37178 (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Jul 11, 2024
1 parent f92b43e commit 9ddedfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -3066,6 +3066,10 @@ installRemoteModule() {
esac
fi
fi
if test -z "$installRemoteModule_version"; then
# https://github.com/grpc/grpc/issues/37178
installRemoteModule_version=1.64.1
fi
if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then
case "$DISTRO_VERSION" in
[email protected])
Expand Down

0 comments on commit 9ddedfd

Please sign in to comment.