guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: lightning: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: lightning: Fix build.
Date: Fri, 17 Sep 2021 08:54:48 -0400

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

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new b56e01c  gnu: lightning: Fix build.
b56e01c is described below

commit b56e01cb38a39b6a35122bedce23566cf701ba27
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Sep 17 14:49:51 2021 +0200

    gnu: lightning: Fix build.
    
    * gnu/packages/assembly.scm (lightning)[arguments]: Don't run tests in
      parallel.
---
 gnu/packages/assembly.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 2167eb2..e5cdce0 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -10,6 +10,7 @@
 ;;; Copyright © 2020 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -140,6 +141,9 @@ debugging information in STABS, DWARF 2, and CodeView 8 
formats.")
                "1jgxbq2cm51dzi3zhz38mmgwdcgs328mfl8iviw8dxn6dn36p1gd"))))
     (build-system gnu-build-system)
     (native-inputs `(("zlib" ,zlib)))
+    (arguments
+     ;; Some tests fail when run in parallel.
+     `(#:parallel-tests? #f))
     (synopsis "Library for generating assembly code at runtime")
     (description
      "GNU Lightning is a library that generates assembly language code at



reply via email to

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