Switch back to using ruby-grpc package
This commit is contained in:
parent
b0606e5100
commit
d6c246ac63
2 changed files with 1 additions and 7 deletions
3
debian/control
vendored
3
debian/control
vendored
|
@ -383,8 +383,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-spamcheck,
|
||||
# Gitaly GRPC client
|
||||
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-toml-rb (>= 1.0.0-2~),
|
||||
|
|
5
debian/gitlab.postinst
vendored
5
debian/gitlab.postinst
vendored
|
@ -37,11 +37,6 @@ test -f ${gitlab_common_defaults} && . ${gitlab_common_defaults}
|
|||
# installation fails and the `postinst' is called with `abort-upgrade',
|
||||
# `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
|
||||
#######################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue