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 C7673396E862 for ; Fri, 27 May 2022 11:43:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C7673396E862 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 8A141302FB8A; Fri, 27 May 2022 13:43:39 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id CF00F4043AE4; Fri, 27 May 2022 13:43:38 +0200 (CEST) Message-ID: Subject: Re: [PATCH] Enable openSUSE builders for gdb and binutils. From: Mark Wielaard To: Overseers mailing list Date: Fri, 27 May 2022 13:43:38 +0200 In-Reply-To: References: 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=-3.9 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2022 11:43:43 -0000 On Thu, 2022-05-26 at 10:41 +0200, Martin Li=C5=A1ka via Overseers wrote: > --- > builder/master.cfg | 44 ++++++++++++++++++++++++++++++++++++++++++-- > htdocs/index.html | 8 ++++++++ > 2 files changed, 50 insertions(+), 2 deletions(-) Looks good. Saw the container builds worked out well for bzip2. Hopefully these work as smoothly. Please apply. Thanks, Mark