From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: Repeating phases during build process Date: Sun, 31 Dec 2017 15:15:25 +0100 Message-ID: <87o9mfasqq.fsf@fastmail.com> References: <20171231133518.6b01095d@mykolab.com> 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]:57979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eVeOj-0008Q3-96 for help-guix@gnu.org; Sun, 31 Dec 2017 09:15:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eVeOf-0005t0-Uy for help-guix@gnu.org; Sun, 31 Dec 2017 09:15:33 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:40877) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eVeOf-0005pD-OQ for help-guix@gnu.org; Sun, 31 Dec 2017 09:15:29 -0500 In-Reply-To: <20171231133518.6b01095d@mykolab.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Rutger Helling , help-guix@gnu.org --=-=-= Content-Type: text/plain Rutger Helling writes: > Hey Guix, > > is there a way to tell Guix to repeat an earlier phase when > building? It's possible to call out to a phase like so: (add-after 'check 'check-again (assoc-ref %standard-phases 'check)) You can also grab the phase from another build system (see "notmuch"), or declare custom phases as variables (see "ncurses"). Happy New Year, Guix folks :) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlpI8P0ACgkQoqBt8qM6 VPrrVQgAjpBWgg7VcssTORqJO3PcYujsFU1iAjQ0rUTMyTm+iIB9XP5xlkogIYRm dASOQZb6r1wxhlcRydCfAsalTTrI6jX+sNGBPQwk5+4nJZuhqzgYz0aQxxO2WQ7g S240nkbpN4XJUYFrQky2554OZVr0Uo9k5lNQY/V61tAOdAMfrMQ5Hu1NJyku7Pry C0X5o8GrY3c3xtKreoARNIdfn4XjZv6CGK2YdsnHMQt895WgIvk8EhoO8nDV4Hrn VRD1Cw6Ju40SDG+N40u0DqL+6WLKwpe+T8As3Z9WXfnMDgWbXDTwh7Eq6nzOklaV 2sxM0A0iHpV01RNL7KJv2LFAWEUeVA== =pqUq -----END PGP SIGNATURE----- --=-=-=--