all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: Christopher Baines <mail@cbaines.net>, guix-devel@gnu.org
Subject: Re: [PATCH 2/2] gnu: password-store: Don't run tests in parallel
Date: Sat, 10 Dec 2016 14:11:19 +0100	[thread overview]
Message-ID: <871sxgx72g.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <20161210095537.6818-2-mail@cbaines.net>

[-- Attachment #1: Type: text/plain, Size: 985 bytes --]

Christopher Baines <mail@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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

      reply	other threads:[~2016-12-10 13:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-10  9:55 [PATCH 1/2] gnu: password-store: Delete build phase Christopher Baines
2016-12-10  9:55 ` [PATCH 2/2] gnu: password-store: Don't run tests in parallel Christopher Baines
2016-12-10 13:11   ` Marius Bakke [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871sxgx72g.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me \
    --to=mbakke@fastmail.com \
    --cc=guix-devel@gnu.org \
    --cc=mail@cbaines.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.