guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch staging updated: Revert "gnu: subversion: Tentatively reinstate p


From: guix-commits
Subject: branch staging updated: Revert "gnu: subversion: Tentatively reinstate parallel tests."
Date: Thu, 30 Mar 2023 23:07:21 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 4f49d03149 Revert "gnu: subversion: Tentatively reinstate parallel 
tests."
4f49d03149 is described below

commit 4f49d03149f4374674c9a12db6e31ea97212378b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 30 22:56:01 2023 -0400

    Revert "gnu: subversion: Tentatively reinstate parallel tests."
    
    This reverts commit 54ee868cbed729c3789c6121193a823d68557daa.
---
 gnu/packages/version-control.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 4e3cd0a576..860a921195 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2020,6 +2020,10 @@ following features:
     (build-system gnu-build-system)
     (arguments
      (list
+      ;; Running the tests in parallel causes test failures on i686-linux.
+      ;; The issue was reported to users@subversion.apache.org, as suggested
+      ;; at https://subversion.apache.org/reporting-issues.
+      #:parallel-tests? #f
       #:configure-flags #~(list "--enable-static=no")
       #:phases
       #~(modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]