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:55:48 +0100 Message-ID: <87ftfn95wb.fsf@gnu.org> References: <87o8uhr3gx.fsf@gmail.com> <87y2tkzxyh.fsf@gnu.org> <87o8ucmhzu.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]:39299) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izhdT-0006mH-17 for bug-guix@gnu.org; Thu, 06 Feb 2020 08:56:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izhdS-0002bW-35 for bug-guix@gnu.org; Thu, 06 Feb 2020 08:56:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41171) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1izhdR-0002b3-Ui for bug-guix@gnu.org; Thu, 06 Feb 2020 08:56:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1izhdR-0000RM-TC for bug-guix@gnu.org; Thu, 06 Feb 2020 08:56:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87o8ucmhzu.fsf@gmail.com> (Maxim Cournoyer's message of "Wed, 05 Feb 2020 23:56:05 -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 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.