Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
gitlab
Commits:
e493d7de by Caleb Maclennan at 2025-11-12T05:15:54+03:00
upgpkg: 18.5.0-2: Rebuild with ICU 78, closes #26
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gitlab
pkgdesc = Project management and code hosting application
pkgver = 18.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/gitlab-org/gitlab-foss
install = gitlab.install
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@
pkgname=gitlab
pkgver=18.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Project management and code hosting application'
arch=(x86_64)
url='https://gitlab.com/gitlab-org/gitlab-foss'
@@ -165,12 +165,9 @@ build() {
bundle config --local deployment true
bundle config --local without 'development test aws kerberos'
# Disable make jobserver due to a race in prometheus-client-mmap
- # Clang because of https://github.com/grpc/grpc/issues/35945
env \
MAKEFLAGS= \
BUNDLER_CHECKSUM_VERIFICATION_OPT_IN=1 \
- CC=clang \
- CXX=clang++ \
bundle install --jobs=$(nproc) --no-cache
export CGO_CPPFLAGS="${CPPFLAGS}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab/-/commit/e493d7dea6f71db6ca991dec76960d7181fc9595
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab/-/commit/e493d7dea6f71db6ca991dec76960d7181fc9595
You're receiving this email because of your account on gitlab.archlinux.org.