From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x735.google.com (mail-qk1-x735.google.com [IPv6:2607:f8b0:4864:20::735]) by sourceware.org (Postfix) with ESMTPS id F399E3856DD6 for ; Thu, 28 Apr 2022 14:47:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F399E3856DD6 Received: by mail-qk1-x735.google.com with SMTP id e128so3759424qkd.7 for ; Thu, 28 Apr 2022 07:47:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=JFmNkYdQz7ludlnF7gNiaGQZiMN2cYumIWG69lO7rKg=; b=QheB8643w/jf0yiY4w9sXhjonoEvlIYdeyTl7k4fbXOqfFS8xHHc5QsuhDw+3KrQ7X LrBzHxBA/UTz2tg5+LBpUEMv/4NHH6ekXKPy251+lFuocPzbh3JFXyakfDepqQiLOnw/ +V5ObCfQag2jAz43YhTLNM0CC92DKOClurluRT+HygJAo0B+3x2L0ekwmWWJ0EEePMja 2X5PLm0AnBn5y6GdPFKCOR18/V87ArLvJk/4TBPJp83SL/KXvK2PjrvqHyIrfVwhqbn5 EPLayB467isPX72EnsOAj8GJOfHdP5/0IMlL4kVrNap+WMqePpyyPdFVuylJgiA3vOx8 d3tQ== X-Gm-Message-State: AOAM533y3WirA9w9x9IQ6B1tgLIcP75NgeaEcXBLgckfpCmO2jaIwDug MjWTYj2kcTK4id+ZmVLxJkPE5JStCTeqwmAj X-Google-Smtp-Source: ABdhPJym9Vi6hDxQG0ofKgW7166jaBC79UJ0/0ljspu+miH9DHMmQGZ4x4Z+alxD6hJVNzw2wozuiw== X-Received: by 2002:a05:620a:4096:b0:69f:6502:72c7 with SMTP id f22-20020a05620a409600b0069f650272c7mr10813574qko.530.1651157274409; Thu, 28 Apr 2022 07:47:54 -0700 (PDT) Received: from localhost.localdomain (69-165-165-189.dsl.teksavvy.com. [69.165.165.189]) by smtp.gmail.com with ESMTPSA id d17-20020ac85d91000000b002f365edfd21sm82863qtx.83.2022.04.28.07.47.53 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 28 Apr 2022 07:47:53 -0700 (PDT) From: Thomas Fitzsimmons To: Mark Wielaard Cc: Luis Machado , "Frank Ch. Eigler" , Dan =?utf-8?Q?Hor=C3=A1k?= , Overseers mailing list , binutils@sourceware.org, "gdb@sourceware.org" Subject: Re: Adding binutils to the GNU Toolchain buildbot on sourceware References: <5c1f217a-109c-2973-6c69-abf412133dee@arm.com> <524b04b7-a78c-7aae-4605-b40f61e6830c@arm.com> <16fe426d-c436-f030-dc43-0e81e7f0e853@arm.com> <20220428141957.GB23335@gnu.wildebeest.org> Date: Thu, 28 Apr 2022 10:47:52 -0400 In-Reply-To: <20220428141957.GB23335@gnu.wildebeest.org> (Mark Wielaard's message of "Thu, 28 Apr 2022 16:19:57 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Thu, 28 Apr 2022 14:47:56 -0000 Hi Mark, Mark Wielaard writes: > On Thu, Apr 28, 2022 at 01:23:44PM +0100, Luis Machado wrote: >> It would make sense to build-test gdb if any of the following changes: > > Thanks, updated the gdb_files list. Also added fedora-x86_64, > debian-armhf, debian-arm64 and fedora-s390 builders. See attached. > > Tom, would it be OK to add a debian-ppc64 builder for gdb? As you can > see in the master.cfg it only does a build of gdb and gdbserver for > now, no tests are run. So it just would make sure that things > build. We'll might add tests later, if we can figure out a sane subset > that should always be green (and won't take more than a couple of > minutes to run). BTW. I am also working on adding more builders for > binutils (gas, ld, binutils) but the current testsuite doesn't seem > clean on anything than latest fedora-x86_64. OK, let's try it. The debian-ppc64 builder has 8 GiB of free disk space. Thomas