Skip to content

Commit 9ddedfd

Browse files
authored
grpc: workaround for grpc/grpc#37178 (#941)
1 parent f92b43e commit 9ddedfd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install-php-extensions

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,6 +3066,10 @@ installRemoteModule() {
30663066
esac
30673067
fi
30683068
fi
3069+
if test -z "$installRemoteModule_version"; then
3070+
# https://github.com/grpc/grpc/issues/37178
3071+
installRemoteModule_version=1.64.1
3072+
fi
30693073
if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then
30703074
case "$DISTRO_VERSION" in
30713075
alpine@3.13)

0 commit comments

Comments
 (0)