From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 2B9/JBa7hV/bCAAA0tVLHw (envelope-from ) for ; Tue, 13 Oct 2020 14:35:02 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 7+hLIBa7hV9cZAAAbx9fmQ (envelope-from ) for ; Tue, 13 Oct 2020 14:35:02 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 25F98940414 for ; Tue, 13 Oct 2020 14:35:02 +0000 (UTC) Received: from localhost ([::1]:36764 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSKlL-0001LJ-UY for larch@yhetil.org; Tue, 13 Oct 2020 09:54:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50098) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kSKl6-0001JF-3x for guix-devel@gnu.org; Tue, 13 Oct 2020 09:54:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35685) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSKl5-0004O4-Qe; Tue, 13 Oct 2020 09:54:31 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=44230 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kSKl2-0001Wj-Jr; Tue, 13 Oct 2020 09:54:29 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Andreas Enge Subject: Re: 32-bit builds on 64-bit hardware/VMs References: <863630u6ap.fsf@gmail.com> <20200929170747.754fb8e9@scratchpost.org> <20201007173944.779a51e9@scratchpost.org> <87sgajslu5.fsf_-_@gnu.org> <20201012120644.GA4019@jurong> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 22 =?utf-8?Q?Vend=C3=A9miaire?= an 229 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 13 Oct 2020 15:54:27 +0200 In-Reply-To: <20201012120644.GA4019@jurong> (Andreas Enge's message of "Mon, 12 Oct 2020 14:06:44 +0200") Message-ID: <87sgaii63w.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Guix Devel Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.51 X-TUID: 4Grt5jvzgMf+ Hi, Andreas Enge skribis: > On Mon, Oct 12, 2020 at 01:52:18PM +0200, Ludovic Court=C3=A8s wrote: >> As a start, could you comment out in =E2=80=98machines-for-berlin.scm=E2= =80=99 the >> machines that need to be removed in order to not run 32-bit builds in >> potentially buggy environments? > > already done by Danny in commit 81b5eab1a85196725895502637e2540a1535ce8b > of the maintenance repository. Great. > However, that leaves only two machines for armhf. If we had an image > for the Novena board, I could set up one or two more :) In any case, > it will not be enough to keep up with the architecture. Indeed, at this stage we=E2=80=99re almost giving up on ARMv7 substitutes. = :-/ If you feel like fiddling with the Novenas, I=E2=80=99m sure you could =E2= =80=98guix system init /=E2=80=99 them. You need to be very careful about the bootloa= der choice and all, but that should be feasible. Thanks, Ludo=E2=80=99.