Install the latest version of gRPC (#953)

pull/955/head 2.3.3
Michele Locati 2024-08-06 22:19:28 +02:00 committed by GitHub
parent 19b5118c32
commit adb82b9fcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -3080,10 +3080,6 @@ 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)