guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: autogen: Disable parallel tests.


From: guix-commits
Subject: branch core-updates updated: gnu: autogen: Disable parallel tests.
Date: Mon, 13 Apr 2020 14:01:58 -0400

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

mbakke pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 9d89818  gnu: autogen: Disable parallel tests.
9d89818 is described below

commit 9d89818a359dd0657e4eb7649b29ad4197b8db39
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Apr 13 20:00:29 2020 +0200

    gnu: autogen: Disable parallel tests.
    
    * gnu/packages/autogen.scm (autogen)[arguments]: Add #:parallel-tests?.
---
 gnu/packages/autogen.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/autogen.scm b/gnu/packages/autogen.scm
index 034db2e..968337a 100644
--- a/gnu/packages/autogen.scm
+++ b/gnu/packages/autogen.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2013, 2014 Eric Bavier <address@hidden>
 ;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2020 Marius Bakke <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -51,6 +52,10 @@
        ;; “Something went wrong bootstrapping makefile fragments for
        ;;  automatic dependency tracking.  Try re-running configure with […]”
        (list "--disable-dependency-tracking")
+
+       ;; XXX: Parallel tests may cause an indefinite hang with GNU Make 4.3.
+       #:parallel-tests? #f
+
        #:phases
        (modify-phases %standard-phases
          (add-before 'patch-source-shebangs 'patch-test-scripts



reply via email to

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