[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/49: build-system: qt: Fix default parallel-tests? value to #t.
From: |
guix-commits |
Subject: |
21/49: build-system: qt: Fix default parallel-tests? value to #t. |
Date: |
Mon, 24 Jun 2024 09:04:33 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit d37614bed19891d322a305d02be61da8aacc0492
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed May 29 01:59:15 2024 -0400
build-system: qt: Fix default parallel-tests? value to #t.
There is no reason to have this diverge from the underlying cmake build
system.
* guix/build-system/qt.scm (qt-build) <#:parallel-tests?>: Default to #t.
Change-Id: I65db3d6c6727bd24549af4a44940e7362064aed6
---
guix/build-system/qt.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/build-system/qt.scm b/guix/build-system/qt.scm
index 978aed0fc1..dc5d65436e 100644
--- a/guix/build-system/qt.scm
+++ b/guix/build-system/qt.scm
@@ -130,7 +130,7 @@
(build-type "RelWithDebInfo")
(tests? #t)
(test-target "test")
- (parallel-build? #t) (parallel-tests? #f)
+ (parallel-build? #t) (parallel-tests? #t)
(validate-runpath? #t)
(patch-shebangs? #t)
(strip-binaries? #t)
- branch master updated (c5fc11488c -> 831001c581), guix-commits, 2024/06/24
- 02/49: gnu: bpftrace: Update to 0.21.0 and enable tests., guix-commits, 2024/06/24
- 05/49: gnu: gauche: Update to 0.9.15., guix-commits, 2024/06/24
- 06/49: gnu: gauche: Remove trailing #t., guix-commits, 2024/06/24
- 01/49: gnu: bcc: Update to 0.30.0, fixing build., guix-commits, 2024/06/24
- 07/49: gnu: isc-bind: Update to 9.19.24., guix-commits, 2024/06/24
- 13/49: gnu: sane-backends: Update to 1.3.1., guix-commits, 2024/06/24
- 20/49: gnu: torbrowser: Update to 13.0.16 [security fixes]., guix-commits, 2024/06/24
- 15/49: gnu: smartmontools: Update to 7.4., guix-commits, 2024/06/24
- 14/49: gnu: mold: Update to 2.32.0, guix-commits, 2024/06/24
- 21/49: build-system: qt: Fix default parallel-tests? value to #t.,
guix-commits <=
- 17/49: gnu: memcached: Update to 1.6.28., guix-commits, 2024/06/24
- 22/49: gnu: grub: Update to 2.12., guix-commits, 2024/06/24
- 29/49: gnu: exim: Update to 4.97.1., guix-commits, 2024/06/24
- 34/49: gnu: Update openjdk variable to openjdk21., guix-commits, 2024/06/24
- 26/49: gnu: git: Update to 2.45.2., guix-commits, 2024/06/24
- 36/49: gnu: rgbds: Update to 0.7.0., guix-commits, 2024/06/24
- 35/49: gnu: wine, wine64, wine-staging, wine64-staging: Enable wayland support., guix-commits, 2024/06/24
- 24/49: gnu: volctl: Update to 0.9.4., guix-commits, 2024/06/24
- 40/49: gnu: readymedia: Update to 1.3.3., guix-commits, 2024/06/24
- 44/49: doc: Improve description of nginx's configuration., guix-commits, 2024/06/24