pull/945/head 2.2.19
Michele Locati 2024-07-11 10:45:51 +02:00 committed by GitHub
parent f92b43e3f0
commit 9ddedfd21e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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)