From 24bf7af6f90e1cc3b6c180fde58be324dff12390 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 9 Mar 2023 16:20:39 -0500 Subject: [PATCH] user/gitaly: set bundle location --- user/gitaly/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user/gitaly/APKBUILD b/user/gitaly/APKBUILD index d5e975a..51b1006 100644 --- a/user/gitaly/APKBUILD +++ b/user/gitaly/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka 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