emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#37834: closed ([PATCH] gnu: yasm: Disable parallel


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37834: closed ([PATCH] gnu: yasm: Disable parallel tests.)
Date: Mon, 21 Oct 2019 17:23:02 +0000

Your message dated Mon, 21 Oct 2019 18:22:18 +0100
with message-id <address@hidden>
and subject line Re: [bug#37834] [PATCH] gnu: yasm: Disable parallel tests.
has caused the debbugs.gnu.org bug report #37834,
regarding [PATCH] gnu: yasm: Disable parallel tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37834: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37834
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: yasm: Disable parallel tests. Date: Sun, 20 Oct 2019 15:39:55 +0100
* gnu/packages/assembly.scm (yasm)[arguments]: Set #:parallel-tests? to #f.
---
 gnu/packages/assembly.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 26a6d23a8a..50f798ba83 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -99,6 +99,10 @@ has strong support for macros.")
                (base32
                 "0gv0slmm0qpq91za3v2v9glff3il594x5xsrbgab7xcmnh0ndkix"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:parallel-tests? #f))           ; Some tests fail
+                                        ; non-deterministically when run in
+                                        ; parallel
     (inputs
      `(("python" ,python-wrapper)
        ("xmlto" ,xmlto)))
-- 
2.23.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37834] [PATCH] gnu: yasm: Disable parallel tests. Date: Mon, 21 Oct 2019 18:22:18 +0100 User-agent: mu4e 1.2.0; emacs 26.3
Ludovic Courtès <address@hidden> writes:

> Christopher Baines <address@hidden> skribis:
>
>> * gnu/packages/assembly.scm (yasm)[arguments]: Set #:parallel-tests? to #f.
>
> LGTM, thanks!

Great, I've pushed this as e9d48bdad4766c4043a21b4765f6ea2e87ff6e88.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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