summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-10 16:19:12 +0300
committerCaleb Maclennan2020-02-10 16:19:12 +0300
commit66bc737b1e45eb6f049891769206ada70ce198a8 (patch)
tree51b110328f26153cadea7444d29f6b063a39e0ba /PKGBUILD
parent1b8589b79dd665ab436b0ebede08b4d6d0f1f5d2 (diff)
downloadaur-66bc737b1e45eb6f049891769206ada70ce198a8.tar.gz
Re-enable deps for EE only feature (FOSS skip kerberos stuff)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf2c13e31c69..aabdcf6b4d0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
_pkgname=gitlab
pkgname=$_pkgname-ee
pkgver=12.7.5
-pkgrel=2
+pkgrel=3
pkgdesc="Project management and code hosting application"
arch=('x86_64')
url="https://gitlab.com/gitlab-org/gitlab"
@@ -127,7 +127,7 @@ build() {
# Gems will be installed into vendor/bundle
bundle config build.gpgme --use-system-libraries # See https://bugs.archlinux.org/task/63654
bundle config force_ruby_platform true # some native gems are not available for newer ruby
- bundle install --jobs=$(nproc) --no-cache --deployment --without development test aws kerberos
+ bundle install --jobs=$(nproc) --no-cache --deployment --without development test aws
# workaround for a ruby2.7 issue
# https://gitlab.com/groups/gitlab-org/-/epics/2380