From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44258) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hv75n-0001y9-9E for guix-patches@gnu.org; Tue, 06 Aug 2019 17:34:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hv75m-0003Ow-CJ for guix-patches@gnu.org; Tue, 06 Aug 2019 17:34:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57332) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hv75l-0003Oq-R2 for guix-patches@gnu.org; Tue, 06 Aug 2019 17:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hv75l-0007Oy-L6 for guix-patches@gnu.org; Tue, 06 Aug 2019 17:34:01 -0400 Subject: [bug#36872] [PATCH 2/2] remote: Remove '--system' argument. Resent-Message-ID: From: zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze) References: <87lfwee2yd.fsf@sdf.lonestar.org> <87h872e2v2.fsf@sdf.lonestar.org> <87ef1yovur.fsf@dustycloud.org> Date: Tue, 06 Aug 2019 17:29:50 -0400 In-Reply-To: <87ef1yovur.fsf@dustycloud.org> (Christopher Lemmer Webber's message of "Tue, 06 Aug 2019 16:57:32 -0400") Message-ID: <877e7qvv75.fsf@sdf.lonestar.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Lemmer Webber Cc: 36872@debbugs.gnu.org Hey Chris! Christopher Lemmer Webber writes: > I'm still wondering whether asking the remote machine what its > architecture is won't turn out to be fragile in some way, though I'm not > sure how to articulate how that would be yet. It seems like a weird > side effect to apply before doing the build. (What if we want to build > derivations when we don't actually have a machine up and running yet? > Etc, etc.) I agree that it isn't the purest solution, but my thinking is that 'remote-eval' is meant to be effectful anyway. As for the situation where we build derivations for a machine that isn't running yet: I think we can cross that bridge when we get to it -- 'guix deploy' doesn't have the feature at the moment. Regards, Jakob