Use Linux 6.2 in build-many-glibcs.py
Adhemerval Zanella Netto
adhemerval.zanella@linaro.org
Wed Feb 22 20:01:13 GMT 2023
On 22/02/23 15:00, Joseph Myers wrote:
> This patch makes build-many-glibcs.py use Linux 6.2.
>
> Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
> builds).
LGTM, thanks.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
>
> ---
>
> Avoiding a test failure for hppa also needs
> <https://sourceware.org/pipermail/libc-alpha/2023-February/145805.html>.
>
> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index bd212dbc82..29c10c2916 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -797,7 +797,7 @@ class Context(object):
> 'gcc': 'vcs-12',
> 'glibc': 'vcs-mainline',
> 'gmp': '6.2.1',
> - 'linux': '6.1',
> + 'linux': '6.2',
> 'mpc': '1.3.1',
> 'mpfr': '4.2.0',
> 'mig': 'vcs-mainline',
>
More information about the Libc-alpha
mailing list