user/gitaly: set bundle location
This commit is contained in:
parent
34d4396934
commit
1c9e1fdf0d
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
||||
pkgname=gitaly
|
||||
pkgver=15.3.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A Git RPC service for handling all the git calls made by GitLab"
|
||||
url="https://gitlab.com/gitlab-org/gitaly/"
|
||||
arch="all"
|
||||
|
@ -77,6 +77,8 @@ build() {
|
|||
# bundle config --local build.rugged --use-system-libraries
|
||||
# https://github.com/protocolbuffers/protobuf/issues/2335#issuecomment-579913357
|
||||
bundle config --local build.google-protobuf --with-cflags=-D__va_copy=va_copy
|
||||
bundle config --local path "vendor/bundle"
|
||||
bundle config --local without "development test"
|
||||
|
||||
bundle install --no-cache
|
||||
|
||||
|
|
Loading…
Reference in a new issue