From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#39387: Builds are *not* offloaded when using the "--keep-failed" or -K option. Date: Sat, 08 Feb 2020 12:04:48 -0500 Message-ID: <877e0xc8nj.fsf@gmail.com> References: <87o8uhr3gx.fsf@gmail.com> <87y2tkzxyh.fsf@gnu.org> <87o8ucmhzu.fsf@gmail.com> <87ftfn95wb.fsf@gnu.org> 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]:55802) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0TXT-0002eH-Ic for bug-guix@gnu.org; Sat, 08 Feb 2020 12:05:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0TXS-0007yk-Jn for bug-guix@gnu.org; Sat, 08 Feb 2020 12:05:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45764) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j0TXS-0007ya-G0 for bug-guix@gnu.org; Sat, 08 Feb 2020 12:05:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j0TXS-0001Sg-Ar for bug-guix@gnu.org; Sat, 08 Feb 2020 12:05:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ftfn95wb.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 06 Feb 2020 14:55:48 +0100") 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 39387@debbugs.gnu.org Hello Ludovic! Ludovic Court=C3=A8s writes: > Maxim Cournoyer skribis: > >> Still, it'd be nice to have an option to keep failed build on the >> *remote* machines. I don't think that's possible currently? > > In some cases it=E2=80=99s not even desirable because you could fill up /= tmp > without noticing. > > But note that another option is to do: > > GUIX_DAEMON_SOCKET=3Dssh://remote.example.org guix build foo -K > > WDYT? > > Ludo=E2=80=99. This fulfill my use case well and appears to be sufficiently documented already. We're gold! Thank you, Maxim