From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 06 11:24:42 2020 Received: (at submit) by debbugs.gnu.org; 6 Oct 2020 15:24:42 +0000 Received: from localhost ([127.0.0.1]:53904 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPopW-00060K-7j for submit@debbugs.gnu.org; Tue, 06 Oct 2020 11:24:42 -0400 Received: from lists.gnu.org ([209.51.188.17]:55214) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPopT-00060A-Cx for submit@debbugs.gnu.org; Tue, 06 Oct 2020 11:24:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42730) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kPopT-0007Rj-7A for guix-patches@gnu.org; Tue, 06 Oct 2020 11:24:39 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:53678) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kPopR-0005Cx-5i for guix-patches@gnu.org; Tue, 06 Oct 2020 11:24:38 -0400 Received: from dayas.lan (80-110-126-103.cgn.dynamic.surfer.at [80.110.126.103]) by dd26836.kasserver.com (Postfix) with ESMTPSA id EB3503365A2B; Tue, 6 Oct 2020 17:24:32 +0200 (CEST) From: Danny Milosavljevic To: guix-patches@gnu.org Subject: [PATCH guix-maintenance] hydra/machines-for-berlin: Temporarily disable building 32 bit packages on 64 bit machines. Date: Tue, 6 Oct 2020 17:24:05 +0200 Message-Id: <20201006152405.26957-1-dannym@scratchpost.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Tags: patch Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=85.13.145.193; envelope-from=dannym@scratchpost.org; helo=dd26836.kasserver.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/06 11:24:33 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Danny Milosavljevic X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * hydra/machines-for-berlin.scm: Temporarily disable building 32 bit on 64 bit machines. --- hydra/machines-for-berlin.scm | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm index 6af39f4..a1597c2 100644 --- a/hydra/machines-for-berlin.scm +++ b/hydra/machines-for-berlin.scm @@ -301,9 +301,12 @@ (_ #f)) hosts)) (fast/hurd (filter (compose childhurd-ip? build-machine-name) fast))) - (append overdrive (map aarch64->armhf overdrive) - armv7 - x86_64 - (map x86_64->qemu-aarch64 fast) - (map x86_64->qemu-armhf fast) + (append overdrive + ;; This has been disabled until bug# 43513 is fixed. + ;(map aarch64->armhf overdrive) + armv7 + x86_64 + (map x86_64->qemu-aarch64 fast) + ;; This has been disabled until bug# 43513 is fixed. + ;(map x86_64->qemu-armhf fast) (map x86_64->childhurd fast/hurd))) From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 09 14:30:20 2020 Received: (at 43829-done) by debbugs.gnu.org; 9 Oct 2020 18:30:20 +0000 Received: from localhost ([127.0.0.1]:36190 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQx9o-0003Vg-5s for submit@debbugs.gnu.org; Fri, 09 Oct 2020 14:30:20 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:48522) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQx9l-0003VU-J7 for 43829-done@debbugs.gnu.org; Fri, 09 Oct 2020 14:30:18 -0400 Received: from localhost (80-110-126-103.cgn.dynamic.surfer.at [80.110.126.103]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 134953365A2B for <43829-done@debbugs.gnu.org>; Fri, 9 Oct 2020 20:30:16 +0200 (CEST) Date: Fri, 9 Oct 2020 20:30:15 +0200 From: Danny Milosavljevic To: 43829-done@debbugs.gnu.org Subject: Re: [PATCH guix-maintenance] hydra/machines-for-berlin: Temporarily disable building 32 bit packages on 64 bit machines. Message-ID: <20201009203015.7cf5812c@scratchpost.org> In-Reply-To: <20201006152405.26957-1-dannym@scratchpost.org> References: <20201006152405.26957-1-dannym@scratchpost.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/hFdxYEyMf4mGI79Iv=umGcB"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43829-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --Sig_/hFdxYEyMf4mGI79Iv=umGcB Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Pushed to guix-maintenance as commit 81b5eab1a85196725895502637e2540a1535ce= 8b. --Sig_/hFdxYEyMf4mGI79Iv=umGcB Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl+ArDcACgkQ5xo1VCww uqWMpAgAjPc/PQXNAEQYBYxUeVL/FLgfx6+FjnoGkXn7EvPaa7HsSotSNSfE0fMK 40ioqh43/moSzmjCdxknmay0WnLp1grWpOeBfcfuiYvmjzHs7AQCOMpbajHcApP5 DktVzgJnr7RUzeTvSQ/m1FKTOAC/D67evommurQGpG8cY11wWvJP0az8l9ZG3NeP Ts4En/Ul9qCaM51/dWOvA0cIsP9ijp/nddFr0H2orjZ3ohbJ6BEVAa9hmdDjzAkB zH32X6dflfylqurlVnCxUQx/NeyUCPcyhpjYH+PJxIMhCzIJzZSAcmtKjE3RaxHi /Eo7pwp1F8Rx4w1JTvkCIGTQAFhdRA== =/x62 -----END PGP SIGNATURE----- --Sig_/hFdxYEyMf4mGI79Iv=umGcB-- From unknown Tue Jun 17 01:47:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 07 Nov 2020 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator