Christopher Baines <m...@cbaines.net> writes:

> * gnu/packages/password-utils.scm (password-store): Don't run tests in
>   parallel, as it causes them to hang and the build to timeout.
> ---
>  gnu/packages/password-utils.scm | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
> index bdb3acf..98669a6 100644
> --- a/gnu/packages/password-utils.scm
> +++ b/gnu/packages/password-utils.scm
> @@ -291,6 +291,7 @@ any X11 window.")
>                 (wrap-program (string-append out "/bin/pass")
>                   `("PATH" ":" prefix (,(string-join path ":"))))))))
>         #:make-flags (list "CC=gcc" (string-append "PREFIX=" %output))
> +       #:parallel-tests? #f
>         #:test-target "test"))
>      (inputs
>       `(("getopt" ,util-linux)
> -- 
> 2.10.2

Thanks for these patches! I added a code comment to the later one.

Pushed as a77f03608498de5e93560da8aac0cb8bf7cec7a7.

Attachment: signature.asc
Description: PGP signature

Reply via email to