mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: weston: Disable parallel tests.
* gnu/packages/freedesktop.scm (weston): Disable parallel tests.
This commit is contained in:
parent
217af8ae71
commit
26bcd2a2b2
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ (define-public weston
|
|||
(string-append "--with-xserver-path="
|
||||
(assoc-ref %build-inputs "xorg-server-xwayland")
|
||||
"/bin/Xwayland"))
|
||||
#:tests? #f ; FIXME: Tests randomly fail.
|
||||
#:parallel-tests? #f ; Parallel tests cause failures.
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'use-elogind
|
||||
|
|
Loading…
Reference in a new issue