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 3A6BFC433EF for ; Fri, 15 Oct 2021 01:12:27 +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 54F96611C2 for ; Fri, 15 Oct 2021 01:12:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 54F96611C2 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 37334837B5; Fri, 15 Oct 2021 03:12:24 +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="IXvjcJcr"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 93577837B5; Fri, 15 Oct 2021 03:12:21 +0200 (CEST) Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) (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 1D771837AE for ; Fri, 15 Oct 2021 03:12:18 +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-qt1-x82b.google.com with SMTP id t2so3015449qtn.12 for ; Thu, 14 Oct 2021 18:12:18 -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=Ib+oEgRyMXM5ESkXelPCVEu9j+Ba+e+QtuOkioR7078=; b=IXvjcJcrS44Xr1qh4hzKfE6Wpc+H/I1BZU9XmixgRHIa+u3lthNn2zu0o/6bVKRkC3 3w63lIGjSW4rMoKDY8bU8QdH2/4uRGeExmXTcAr8378qVp3tSosbY99e7VYCBAxHfSHu nOWOOPl3iMRpEm0LXQUfSvcxKVr0XglPjM1Fw= 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=Ib+oEgRyMXM5ESkXelPCVEu9j+Ba+e+QtuOkioR7078=; b=UXTvkEomNtPDhGxPaBviMyyVxvxp9J/nHh6vN4sUawKDEYQAGgJX6X3zVJ7rgNHIM/ BIwRwZ195utq4/LjJIM/FuvLja8yplPB8shrfjoQIo32pJ89+vAr2OlSwp30q4OEKzLB G5pbjUliW7PcKlv7eU/dLeN6opt/E4aiV3d0q3A0mWtdul56rjpKvOPVy4jPP3lAngUR ljLCfVT6IugCubjsffmG+HYaUrnL/UEWcGHa7o65LB/wVBk9/FYbt2kFKcpEeXTk81eW v8vE/VJop+pyzVCRSL0oEDBuuzH0djy7ynB01qmJExRO/6fJOmUGIsMHcU33+UDsUOKE 5Rmw== X-Gm-Message-State: AOAM533QbMOGlqLPGiLgWFxEnXdyvw8Y5DZCBdvE0qCrGsF2HFhEsI5v zvR5AIo8d0iBAhLM85EUsbX2KA== X-Google-Smtp-Source: ABdhPJynoAOWzsD3EcevOQiusdSBie6fLqK05Z3554gn8LlSLBINqV5fuGhIvz5LC0u6Bfgu78Hq2A== X-Received: by 2002:a05:622a:130c:: with SMTP id v12mr10704815qtk.120.1634260336676; Thu, 14 Oct 2021 18:12:16 -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 x10sm2098532qtm.19.2021.10.14.18.12.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Oct 2021 18:12:16 -0700 (PDT) Date: Thu, 14 Oct 2021 21:12:13 -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: <20211015011213.GK7964@bill-the-cat> References: <20211005162036.14627-1-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dVxxlluTj0Cd/mXx" 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 --dVxxlluTj0Cd/mXx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 14, 2021 at 07:05:33PM -0600, Simon Glass wrote: > Hi Tom, >=20 > 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 updated > > 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.py > > 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 > > >=20 > This seems to break that n900 build: >=20 > 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 Tom --dVxxlluTj0Cd/mXx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFo1WoACgkQFHw5/5Y0 tyzRJgv/dvR1RvvVDXcH+kO9lZn1589PHdXhc171i1N9qISxgmV4Yz2mtOpiwVs7 K5fqpAxqfyx8D+T9vRZaG3j6nKvXtbl+Cm3Xq+azdfA6zvltZ2YJ9cJF/QBTlGpO 0991yihWwnwf1hrfZM6bIn3w0ib6s+uu/c7fzvCrAmHx+CFEP/mT5c05AcZfGwBb w6wZUmwSr9NXupo8B1YZ59KLtv1XjuG1KeOD8WqH23K60jfvLlpKr6bJo2yQmMO+ ww1CIWxD8RAdDgsBg+4TvgLMZRkA6t9CadljK+edf/Zfpa+3xYK1Mz+Evk+XnqMz OBidwHwYt2N/+V/N9YpHTd4EEF3lsQPT4tUosHrSRuzA5i8sVBG0+DkTQpuv283H N8+UPDyMRt98R7RVvRqa7eHVpy0zmtQRTBGEzy8naOMB4h7VpydtRJiwOpNBLAUY hO+OMIYIyH/k0LTwHITu2moT2CFuwRQuvHVQPZ9rp2buVL4T+FrhdKYQN1Bo5Kyy y3ZigpGf =n0Qr -----END PGP SIGNATURE----- --dVxxlluTj0Cd/mXx--