From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 94638384F6D7 for ; Thu, 24 Nov 2022 12:11:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 94638384F6D7 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 68CAD301AB1E; Thu, 24 Nov 2022 13:11:09 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 26F3D5093B52; Thu, 24 Nov 2022 13:11:09 +0100 (CET) Message-ID: Subject: Re: [PATCH builder.git] master.cfg: add GNU poke builder From: Mark Wielaard To: Mohammad-Reza Nabipoor Cc: buildbot@sourceware.org, poke-devel@gnu.org Date: Thu, 24 Nov 2022 13:11:08 +0100 In-Reply-To: References: <20221119233644.911898-1-arsen@aarsen.me> <87ilj5zy24.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-3032.9 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Mohammad-Reza, On Wed, 2022-11-23 at 21:20 +0100, Mohammad-Reza Nabipoor wrote: > On Wed, Nov 23, 2022 at 06:44:28PM +0100, Mark Wielaard wrote: > > Lets at least add a debian-i386 builder (as attached). > > Please feel free to request other arches. >=20 > Thanks for these builders. > debian-armhf is also very useful for us (because it uncovered > lot of bugs during the release of poke 2.0). Unfortunately the armhf workers we currently have are either based on debian old-stable (debian-armhf) which is too old to build poke, or reserved for building full gcc and gdb builds (ubuntu22_04-armhf and armhf-ubuntu22_04). I'll see if I can upgrade the debian-armhf board, but that might take some time. Cheers, Mark