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 78320385782E for ; Mon, 31 May 2021 22:31:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 78320385782E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from reform (deer0x0b.wildebeest.org [172.31.17.141]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id EEF1A302BBED for ; Tue, 1 Jun 2021 00:31:02 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 7D9372E80B3C; Tue, 1 Jun 2021 00:31:02 +0200 (CEST) Date: Tue, 1 Jun 2021 00:31:02 +0200 From: Mark Wielaard To: gcc-rust@gcc.gnu.org Subject: ppc64le added to buildbot Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: Mon, 31 May 2021 22:31:10 -0000 Hi, Since the ppc64le target is now zero-fail I added it to my buildbot setup: https://builder.wildebeest.org/buildbot/#/builders/60 You can find the status off all the builders at https://builder.wildebeest.org/buildbot/#/builders?tags=gccrust There are currently three builders, fedora-x86_64, debian-arm64 and fedora-ppc64le which we know are zero fail. It would be nice to see how 32bit (debian-i386 or debian-armhf) and big-endian (fedora-s390x or fedora-ppc64) targets are doing. I haven't tried them yet. Are there any other targets people are working on? Cheers, Mark