unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37834] [PATCH] gnu: yasm: Disable parallel tests.
@ 2019-10-20 14:39 Christopher Baines
  2019-10-21 13:44 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2019-10-20 14:39 UTC (permalink / raw)
  To: 37834

* 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#37834] [PATCH] gnu: yasm: Disable parallel tests.
  2019-10-20 14:39 [bug#37834] [PATCH] gnu: yasm: Disable parallel tests Christopher Baines
@ 2019-10-21 13:44 ` Ludovic Courtès
  2019-10-21 17:22   ` bug#37834: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2019-10-21 13:44 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 37834

Christopher Baines <mail@cbaines.net> skribis:

> * gnu/packages/assembly.scm (yasm)[arguments]: Set #:parallel-tests? to #f.

LGTM, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#37834: [PATCH] gnu: yasm: Disable parallel tests.
  2019-10-21 13:44 ` Ludovic Courtès
@ 2019-10-21 17:22   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2019-10-21 17:22 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 37834-done

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]


Ludovic Courtès <ludo@gnu.org> writes:

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

Great, I've pushed this as e9d48bdad4766c4043a21b4765f6ea2e87ff6e88.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-21 17:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20 14:39 [bug#37834] [PATCH] gnu: yasm: Disable parallel tests Christopher Baines
2019-10-21 13:44 ` Ludovic Courtès
2019-10-21 17:22   ` bug#37834: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).