From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id D496A385E447 for ; Thu, 3 Jun 2021 22:16:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D496A385E447 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 reform (deer0x00.wildebeest.org [172.31.17.130]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 29D8A30012BE; Fri, 4 Jun 2021 00:16:51 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id B362F2E80287; Fri, 4 Jun 2021 00:16:51 +0200 (CEST) Date: Fri, 4 Jun 2021 00:16:51 +0200 From: Mark Wielaard To: Philip Herron Cc: John Paul Adrian Glaubitz , gcc-rust@gcc.gnu.org Subject: Re: Test results for gccrs on Debian unstable aarch64 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-rust@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: gcc-rust mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2021 22:16:55 -0000 Hi, On Thu, Jun 03, 2021 at 09:05:22PM +0200, Mark Wielaard wrote: > Currently I have only enabled the arches that I know are fully green > (x86_64, arm64 and ppc64le). I should add ppc64[be] because that > should also be fully green. fedora-ppc64 is enabled now too: https://builder.wildebeest.org/buildbot/#/builders/61 It currently has no builds because there have been no new commits, but I verified by hand that it is green. Cheers, Mark