gnu: leptonica: Fix random test failures.
Fixes <https://issues.guix.gnu.org/65441>. Running tests in parallel (e.g. "make check -j16") causes random test failures. Same behavior observed on Debian. * gnu/packages/image.scm (leptonica)[arguments]: Disable parallel tests. Change-Id: I629c6c8be626a704be046dc79ea4480896cd11cc Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
63b96da5ea
commit
df5653adcb
@ -780,6 +780,9 @@ collection of tools for doing simple manipulations of TIFF images.")
|
||||
zlib))
|
||||
(arguments
|
||||
(list
|
||||
;; Parallel tests cause some tests to fail randomly.
|
||||
;; Same thing observed on Debian.
|
||||
#:parallel-tests? #f
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-reg-wrapper
|
||||
|
Loading…
Reference in New Issue
Block a user