From 9ddedfd21ed4eff59c855761c6245539d03dd9b9 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 11 Jul 2024 10:45:51 +0200 Subject: [PATCH] grpc: workaround for https://github.com/grpc/grpc/issues/37178 (#941) --- install-php-extensions | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install-php-extensions b/install-php-extensions index 5b8f14c..b700e51 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -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 alpine@3.13)