[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/12: gnu: git: Enable parallel tests.
From: |
guix-commits |
Subject: |
11/12: gnu: git: Enable parallel tests. |
Date: |
Thu, 19 Mar 2020 03:48:26 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit e7a90f28cb2a9c662fa7213b4fefb1196acbbefd
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 19 07:58:08 2020 +0100
gnu: git: Enable parallel tests.
* gnu/packages/version-control.scm (git)[arguments]: Remove
#:parallel-testS?.
---
gnu/packages/version-control.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index e7260c0..d25df4c 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -235,9 +235,6 @@ as well as the classic centralized workflow.")
#:test-target "test"
- ;; Tests fail randomly when parallel: <https://bugs.gnu.org/29512>.
- #:parallel-tests? #f
-
;; The explicit --with-tcltk forces the build system to hardcode the
;; absolute file name to 'wish'.
#:configure-flags (list (string-append "--with-tcltk="
- 01/12: build-self: Import (ice-9 threads) in the compute-guix-derivation script., (continued)
- 01/12: build-self: Import (ice-9 threads) in the compute-guix-derivation script., guix-commits, 2020/03/19
- 03/12: gnu: git: Update to 2.25.2., guix-commits, 2020/03/19
- 06/12: gnu: dav1d: Update to 0.6.0., guix-commits, 2020/03/19
- 05/12: gnu: libsoup: Update to 2.70.0., guix-commits, 2020/03/19
- 07/12: gnu: libwpe: Update to 1.6.0., guix-commits, 2020/03/19
- 08/12: gnu: wpebackend-fdo: Update to 1.6.0., guix-commits, 2020/03/19
- 04/12: gnu: libsecret: Update to 0.20.2., guix-commits, 2020/03/19
- 09/12: gnu: RocksDB: Update to 6.7.3., guix-commits, 2020/03/19
- 10/12: gnu: varnish: Update to 6.4.0., guix-commits, 2020/03/19
- 12/12: gnu: python2-cython: Exclude parallel tests on i686 systems., guix-commits, 2020/03/19
- 11/12: gnu: git: Enable parallel tests.,
guix-commits <=