mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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…
Add table
Add a link
Reference in a new issue