Add workaround for #989774 (install google-protobuf from rubygems.org)
This commit is contained in:
parent
e7bda00cca
commit
d3a2479614
1 changed files with 2 additions and 0 deletions
2
debian/rake-tasks.sh
vendored
2
debian/rake-tasks.sh
vendored
|
@ -10,6 +10,8 @@ cd /usr/share/gitlab
|
||||||
|
|
||||||
# Workaround for #966653
|
# Workaround for #966653
|
||||||
/usr/bin/gem install -v 1.30.2 grpc
|
/usr/bin/gem install -v 1.30.2 grpc
|
||||||
|
# Workaround for #989774
|
||||||
|
/usr/bin/gem install -v 3.17.1 google-protobuf
|
||||||
# Remove all lines from Gemfile.lock
|
# Remove all lines from Gemfile.lock
|
||||||
runuser -u ${gitlab_user} -- sh -c "touch ${gitlab_data_dir}/Gemfile.lock && \
|
runuser -u ${gitlab_user} -- sh -c "touch ${gitlab_data_dir}/Gemfile.lock && \
|
||||||
truncate -s 0 ${gitlab_data_dir}/Gemfile.lock"
|
truncate -s 0 ${gitlab_data_dir}/Gemfile.lock"
|
||||||
|
|
Loading…
Reference in a new issue