From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: aarch64 machines donated by ARM! Date: Thu, 25 Jan 2018 18:05:40 +0100 Message-ID: <87wp05swbf.fsf@gnu.org> References: <87a7x2vzq4.fsf@gnu.org> <1516894902.3707.73.camel@arm.com> <1516895035.3707.75.camel@arm.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:4830:134:3::10]:56986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eekyB-0005kt-LQ for guix-devel@gnu.org; Thu, 25 Jan 2018 12:05:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eeky8-00077q-HO for guix-devel@gnu.org; Thu, 25 Jan 2018 12:05:47 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:55482) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eeky8-000773-AP for guix-devel@gnu.org; Thu, 25 Jan 2018 12:05:44 -0500 In-Reply-To: <1516895035.3707.75.camel@arm.com> (Richard Henwood's message of "Thu, 25 Jan 2018 15:44:02 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Richard Henwood Cc: "guix-devel@gnu.org" Hi Richard, Richard Henwood skribis: > Replying to self: > > If I had waited another minute, I would have found: > https://hydra.gnu.org/jobset/gnu/master > > This looks like it is testing x86_64 only? > > Are other architectures available somewhere else? hydra.gnu.org is actually building for x86_64, i686, and armv7 (hard float). It continuously builds the 6K+ packages of the distribution. The situation is complicated by the fact that we are migrating to a new build farm, berlin.guixsd.org, which now does aarch64 in addition to Intel. That build farm runs a different CI tool, which provides an HTTP API but does not yet have a web UI like that you saw at hydra.gnu.org. Thanks again for your help! Ludo=E2=80=99.