From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH 2/2] gnu: password-store: Don't run tests in parallel Date: Sat, 10 Dec 2016 14:11:19 +0100 Message-ID: <871sxgx72g.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <20161210095537.6818-1-mail@cbaines.net> <20161210095537.6818-2-mail@cbaines.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFhR1-0002eq-5H for guix-devel@gnu.org; Sat, 10 Dec 2016 08:11:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFhQx-0006U3-5r for guix-devel@gnu.org; Sat, 10 Dec 2016 08:11:27 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:55042) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cFhQw-0006Ta-VS for guix-devel@gnu.org; Sat, 10 Dec 2016 08:11:23 -0500 In-Reply-To: <20161210095537.6818-2-mail@cbaines.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Christopher Baines , guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Christopher Baines 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-util= s.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=3Dgcc" (string-append "PREFIX=3D" %output)) > + #:parallel-tests? #f > #:test-target "test")) > (inputs > `(("getopt" ,util-linux) > --=20 > 2.10.2 Thanks for these patches! I added a code comment to the later one. Pushed as a77f03608498de5e93560da8aac0cb8bf7cec7a7. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlhL/vcACgkQoqBt8qM6 VPoT6QgAwTHRqBKlYf7rxFK7T/i3i5WcfZ8WILiW9nJHgmXBr2qxVcEHgaW227cP C7BxNFoAuTSIVQEt5eagi9+g2AqHMLazkzlccgy3os1z1AMckCYLEizjHngmFbLU tx7TN0PKsW/MGotjeSa9yMCCZA1TJClTIrsfo5pDcE6Yh55gwtclv/T2nF7UcVw6 nW5I2nQCEA51RLGTzSogtzIrkmcDZvMnt8W7OawFIaW2vUtozyh7vg+N1zmL0l3P ymXrlAW8CxVf33vRJs2I3uMozs3ImIVKPPeIrCLA31zkq6IaJ7ddez1ouFl5Kn70 TPqb4UaMgw8y3u0UAk9SbyieRfYZ6A== =QBKM -----END PGP SIGNATURE----- --=-=-=--