Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
keepassxc


Commits:
0f2cdc33 by Robin Candau at 2024-06-08T09:07:41+02:00
upgpkg: 2.7.8-2 Remove the `-j1` workaround to avoid tests hanging

This was due to a bug in CMake which was fixed CMake 3.29.5
Closes 
https://gitlab.archlinux.org/archlinux/packaging/packages/keepassxc/-/issues/5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = keepassxc
        pkgdesc = Cross-platform community-driven port of Keepass password 
manager
        pkgver = 2.7.8
-       pkgrel = 1
+       pkgrel = 2
        url = https://keepassxc.org/
        arch = x86_64
        license = GPL-2.0-only OR GPL-3.0-only OR LGPL-2.1-only


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=keepassxc
 pkgver=2.7.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64)
 url="https://keepassxc.org/";
@@ -36,8 +36,7 @@ build() {
 }
 
 check() {
-  # Enforcing -j1 otherwise tests hang indefinitely (even after succeeding)
-  xvfb-run --auto-servernum cmake --build build --target test -j1
+  xvfb-run --auto-servernum cmake --build build --target test
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/keepassxc/-/commit/0f2cdc33e5dd51829fa74fc028c8313268c7f67a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/keepassxc/-/commit/0f2cdc33e5dd51829fa74fc028c8313268c7f67a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to