From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#39387: Builds are *not* offloaded when using the "--keep-failed" or -K option. Date: Thu, 06 Feb 2020 14:54:38 +0100 Message-ID: <87k14z95y9.fsf@gnu.org> References: <87o8uhr3gx.fsf@gmail.com> <87y2tkzxyh.fsf@gnu.org> <87sgjomi14.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38883) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izhcW-0005xT-86 for bug-guix@gnu.org; Thu, 06 Feb 2020 08:55:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izhcU-0000Ul-4L for bug-guix@gnu.org; Thu, 06 Feb 2020 08:55:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41167) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1izhcT-0000Tm-Vg for bug-guix@gnu.org; Thu, 06 Feb 2020 08:55:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1izhcT-0000Pn-U7 for bug-guix@gnu.org; Thu, 06 Feb 2020 08:55:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87sgjomi14.fsf@gmail.com> (Maxim Cournoyer's message of "Wed, 05 Feb 2020 23:55:19 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Maxim Cournoyer Cc: 39387@debbugs.gnu.org Hi Maxim, Maxim Cournoyer skribis: > Ludovic Court=C3=A8s writes: [...] >> Indeed, it=E2=80=99s a feature! :-) It was discussed here: >> >> https://issues.guix.gnu.org/issue/38312 >> >> There we discussed the possibility of printing a warning, which wasn=E2= =80=99t >> implemented. > > I see! > >> I=E2=80=99m closing in the meantime, but let me know what you think! > > OK! I think I now see the technical difficulties in implementing a > useful, offloaded interrupted build: the build artifacts, even if copied > locally, would require syncing all the build time dependencies in order > to allow sourcing the "environment-variables" script and be able to > debug. That's more the job of 'guix publish', not of 'guix offload'. Right. Ideally the build directory of an offloaded could be copied back to the host of the caller, but that=E2=80=99s not implemented and a bit tri= cky maybe. Before this change, my main use of =E2=80=98--no-build-hook=E2=80=99 would = be together with =E2=80=98-K=E2=80=99 for that reason. Ludo=E2=80=99.