Message ID | b059bffe-a659-9f5-5613-11d6d94dde64@codesourcery.com |
---|---|
State | New |
Headers | show |
Series | Use Linux 6.2 in build-many-glibcs.py | expand |
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', >
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',