gnu: weston: Disable parallel tests.
* gnu/packages/freedesktop.scm (weston): Disable parallel tests.
This commit is contained in:
parent
217af8ae71
commit
26bcd2a2b2
|
@ -524,7 +524,7 @@ applications, X servers (rootless or fullscreen) or other display servers.")
|
||||||
(string-append "--with-xserver-path="
|
(string-append "--with-xserver-path="
|
||||||
(assoc-ref %build-inputs "xorg-server-xwayland")
|
(assoc-ref %build-inputs "xorg-server-xwayland")
|
||||||
"/bin/Xwayland"))
|
"/bin/Xwayland"))
|
||||||
#:tests? #f ; FIXME: Tests randomly fail.
|
#:parallel-tests? #f ; Parallel tests cause failures.
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'use-elogind
|
(add-before 'configure 'use-elogind
|
||||||
|
|
Loading…
Reference in New Issue