[PATCH] buildman: Add gcc-11.1.0 to the directory list
Simon Glass
sjg at chromium.org
Fri Oct 15 03:05:33 CEST 2021
Hi Tom,
On Tue, 5 Oct 2021 at 10:20, Tom Rini <trini at konsulko.com> 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 <trini at konsulko.com>
> ---
> 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 == 'aarch64':
> arch = 'arm64'
> base = 'https://www.kernel.org/pub/tools/crosstool/files/bin'
> - versions = ['9.2.0', '7.3.0', '6.4.0', '4.9.4']
> + versions = ['11.1.0', '9.2.0', '7.3.0', '6.4.0', '4.9.4']
> links = []
> for version in versions:
> url = '%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
Regards,
Simon
More information about the U-Boot
mailing list