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 B667D3858D28 for ; Wed, 18 Jan 2023 21:16:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B667D3858D28 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: by gnu.wildebeest.org (Postfix, from userid 1000) id C11F1302BBEC; Wed, 18 Jan 2023 22:16:05 +0100 (CET) Date: Wed, 18 Jan 2023 22:16:05 +0100 From: Mark Wielaard To: Sam James Cc: Mike Frysinger , Binutils Subject: Re: update make flags used on buildbot Message-ID: <20230118211605.GA6144@gnu.wildebeest.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3032.0 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, On Tue, Jan 17, 2023 at 10:43:22PM +0000, Sam James wrote: > > On 17 Jan 2023, at 22:31, Mike Frysinger via Binutils wrote: > > > > not sure where to send this, or where the configs live ... > > It's all in https://sourceware.org/git/builder.git builder/master.cfg. > > > can someone add the -O option to make ? it helps greatly when things > > are run in parallel which the builders do as it keeps output from jobs > > from being interleaved. > > This should be done already in https://sourceware.org/git?p=builder.git;a=commit;h=05fecee477e44f9d0952a399d344b53400ffb124 > and some followups from mjw to handle older make. > > Let us know if something more needs doing. I totally agree it's a > great QoL improvement. There is also the buildbot@sourceware.org mailinglist: https://sourceware.org/mailman/listinfo/buildbot https://inbox.sourceware.org/buildbot To sent requests or patches. Cheers, MArk