From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 22407C433EF for ; Fri, 15 Oct 2021 01:28:36 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5251261090 for ; Fri, 15 Oct 2021 01:28:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5251261090 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4A1718365D; Fri, 15 Oct 2021 03:28:33 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="pZkG1Q3a"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 532AC83794; Fri, 15 Oct 2021 03:28:31 +0200 (CEST) Received: from mail-qk1-x72a.google.com (mail-qk1-x72a.google.com [IPv6:2607:f8b0:4864:20::72a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C726582ECC for ; Fri, 15 Oct 2021 03:28:27 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x72a.google.com with SMTP id 77so7211544qkh.6 for ; Thu, 14 Oct 2021 18:28:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=CZoNDSkIjknwBh8XrSlXY1QrPCUrETdvrOuBl2HzmQo=; b=pZkG1Q3aq98y34wjUK9UkRwV+7BmF7y4QbJ7VKIbA4mQ6/STtGpbTV17ATTcPQhEHW vjNzjmY1HJX8D6Ds6ct/aEC4nN6e95qnaJ6QHR9z4Z3vvcAeYRg3InKb2crMAbe8wS1Q Bu5lYLUQ7er7AfoAQgivn4cochah35962U8jg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=CZoNDSkIjknwBh8XrSlXY1QrPCUrETdvrOuBl2HzmQo=; b=MZ0cOcQyOSfr92mJS2XZmcrd5g7bdgyZUkMP7vClgALUq6zlTN9X61Bd/ZFWas+QKF HqLG9R+HPO9qv1Gi5LK6re7NpxwWcb6o93NwUFt2lf3V3H0wVgcW1X74YACWNxiSDk3n caFYEEJAVdqVOgV6Z5jHY08p7r9sB96rRMSnNQfJnd9kgTUoiBnAtrEDAQq3Gel0gP/w T6OTxhsZHXCsETCdIV0fiKgIeZsM54T3+D22sz+zBPLLFePf7zaaz+KHVkWgsKNoggjP crvzq/NO1zR05xh88Hjfoh9yKcyABpSOKSn39UaVbnrWg9h0WlsessJFN1yQYsCvskGO EeLg== X-Gm-Message-State: AOAM53039uNH6eFAJHTv0ONwISZGVonSBDQc5OavYEJcENn1V4WfBsgI qlaTZyF8ZjcXbt0I9wWxjCtObg== X-Google-Smtp-Source: ABdhPJx9z8vLnQIFs/YyXymqc3B9nuiT71pz1g/EceOMgTLTbeNF6kxtKN1RbWuQt0w4ZqoSRQzcBA== X-Received: by 2002:a37:8e07:: with SMTP id q7mr7958532qkd.287.1634261306554; Thu, 14 Oct 2021 18:28:26 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-f8b0-5c25-4d47-ecdb.res6.spectrum.com. [2603:6081:7b01:cbda:f8b0:5c25:4d47:ecdb]) by smtp.gmail.com with ESMTPSA id g18sm2079863qto.71.2021.10.14.18.28.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 18:28:26 -0700 (PDT) Date: Thu, 14 Oct 2021 21:28:24 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List Subject: Re: [PATCH] buildman: Add gcc-11.1.0 to the directory list Message-ID: <20211015012824.GL7964@bill-the-cat> References: <20211005162036.14627-1-trini@konsulko.com> <20211015011213.GK7964@bill-the-cat> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="bTjogPCfkFvp19fi" Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --bTjogPCfkFvp19fi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 14, 2021 at 07:25:24PM -0600, Simon Glass wrote: > Hi Tom, >=20 > On Thu, 14 Oct 2021 at 19:12, Tom Rini wrote: > > > > On Thu, Oct 14, 2021 at 07:05:33PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Tue, 5 Oct 2021 at 10:20, Tom Rini wrote: > > > > > > > > While CI has been using gcc-11.1.0 for a long time, we have not upd= ated > > > > buildman to match. Correct this omission. > > > > > > > > Signed-off-by: Tom Rini > > > > --- > > > > tools/buildman/toolchain.py | 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain= =2Epy > > > > index fd137f7300e7..4e2471f3e370 100644 > > > > --- a/tools/buildman/toolchain.py > > > > +++ b/tools/buildman/toolchain.py > > > > @@ -498,7 +498,7 @@ class Toolchains: > > > > if arch =3D=3D 'aarch64': > > > > arch =3D 'arm64' > > > > base =3D 'https://www.kernel.org/pub/tools/crosstool/files= /bin' > > > > - versions =3D ['9.2.0', '7.3.0', '6.4.0', '4.9.4'] > > > > + versions =3D ['11.1.0', '9.2.0', '7.3.0', '6.4.0', '4.9.4'] > > > > links =3D [] > > > > for version in versions: > > > > url =3D '%s/%s/%s/' % (base, arch, version) > > > > -- > > > > 2.17.1 > > > > > > > > > > This seems to break that n900 build: > > > > > > https://source.denx.de/u-boot/custodians/u-boot-dm/-/jobs/336316 > > > > *headdesk* the test hard-codes the toolchain version to add to PATH. >=20 > It might be a good oppty to put some of its downloads into the docker ima= ge? Well, it's the CI files that had been hard-coding the path (I was a bit quick before), and should instead be using the one that's already in the image, yes. So let me fire off something to fix that, and it just needs to be in your tree before the other patch, to preserve bisectability. --=20 Tom --bTjogPCfkFvp19fi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFo2TAACgkQFHw5/5Y0 tywmkwv/ewNnykEHtQviE1SnoRrzjnKeAxycNY88eFABeBYhr5PiW+zpl7+TgLKQ AJHPxuC0WaWx3uDgMytLiBgPEEH+XXsKu3I3iO0kekZcEq4m7S3yFPwzF4IW9gIN o+84cvIXdJ9qpja49sKY5HfspEfhXQiTAi5lnpZTIStBnL1oWty4n0pUJy4hC1dI rc+7cALpi2ThWYbejohX9VPlJPAQBmSTWMoGYJpx+kCwFnbLNpLKzUeAtpPZK695 cwzOPLSOj+D0TMVlcRCalI2m3iuO5gVWn/oqXfIbQU9HxLpWVFp2b6isDTvbXcwU kuJ3ettCeMtHNNFlKLJKcu/ZvdMLPiGR+hacufD0y4sgkk8TsB81R5Sn3zay4ZEP 10yBr54PnYYeVSF10u+7O1vLRr7LgkhsIaRL7a8gHYKrf4Om9EE6rGAEyy2f2D+/ rlbGsoCQig9hNq4YieraFJ5NrTYP378nXV6v39AVeoHDBzEWFDZHSwpMu2zn82R2 AV+2J5Ie =l3fV -----END PGP SIGNATURE----- --bTjogPCfkFvp19fi--