gnu: yasm: Disable parallel tests.
authorChristopher Baines <mail@cbaines.net>
Sun, 20 Oct 2019 14:39:11 +0000 (15:39 +0100)
committerChristopher Baines <mail@cbaines.net>
Mon, 21 Oct 2019 17:20:39 +0000 (18:20 +0100)
* gnu/packages/assembly.scm (yasm)[arguments]: Set #:parallel-tests? to #f.

gnu/packages/assembly.scm

index 26a6d23..50f798b 100644 (file)
@@ -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)))