[arch-commits] Commit in gitlab/trunk (PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Tue Mar 8 22:00:03 UTC 2022


    Date: Tuesday, March 8, 2022 @ 22:00:03
  Author: anatolik
Revision: 1145609

upgpkg: gitlab 14.8.2-1

Modified:
  gitlab/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-08 21:55:48 UTC (rev 1145608)
+++ PKGBUILD	2022-03-08 22:00:03 UTC (rev 1145609)
@@ -8,7 +8,7 @@
 # Contributor: Caleb Maclennan <caleb at alerque.com>
 
 pkgname=gitlab
-pkgver=14.5.2
+pkgver=14.8.2
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -99,8 +99,8 @@
   bundle-2.7 install --jobs=$(nproc) --no-cache --deployment --without development test aws kerberos
 
   yarn install --production --pure-lockfile
-  bundle-2.7 exec rake gitlab:assets:compile RAILS_ENV=production NODE_ENV=production NODE_OPTIONS="--max_old_space_size=4096"
-  bundle-2.7 exec rake gettext:compile RAILS_ENV=production
+  bundle-2.7 exec rake gettext:compile RAILS_ENV=production NODE_ENV=production USE_DB=false SKIP_STORAGE_VALIDATION=true NODE_OPTIONS="--max_old_space_size=3584"
+  bundle-2.7 exec rake gitlab:assets:compile RAILS_ENV=production NODE_ENV=production USE_DB=false SKIP_STORAGE_VALIDATION=true NODE_OPTIONS="--max_old_space_size=3584"
 }
 
 package() {



More information about the arch-commits mailing list