Switch back to using ruby-grpc package

This commit is contained in:
Pirate Praveen 2021-08-10 21:07:34 +05:30
parent b0606e5100
commit d6c246ac63
2 changed files with 1 additions and 7 deletions

3
debian/control vendored
View file

@ -383,8 +383,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-spamcheck, ruby-spamcheck,
# Gitaly GRPC client # Gitaly GRPC client
ruby-gitaly (>= 13.12~), ruby-gitaly (>= 13.12~),
# See #966653 ruby-grpc (>= 1.30.2~),
# ruby-grpc (>= 1.30.2~),
ruby-google-protobuf (>= 3.17.3-1.1~), ruby-google-protobuf (>= 3.17.3-1.1~),
# #
ruby-toml-rb (>= 1.0.0-2~), ruby-toml-rb (>= 1.0.0-2~),

View file

@ -37,11 +37,6 @@ test -f ${gitlab_common_defaults} && . ${gitlab_common_defaults}
# installation fails and the `postinst' is called with `abort-upgrade', # installation fails and the `postinst' is called with `abort-upgrade',
# `abort-remove' or `abort-deconfigure'. # `abort-remove' or `abort-deconfigure'.
# These gems should be installed as root for gitlab to find it
# Setting GEM_HOME seems not working for all cases, help welcome to fix it
# Workaround for #966653
/usr/bin/gem install -v 1.30.2 grpc
####################################################################### #######################################################################
# Read debian specific configuration # Read debian specific configuration
####################################################################### #######################################################################