Message ID | 9c5629ab-afb-e3fc-3f4f-d69d2915e464@codesourcery.com |
---|---|
State | New |
Headers | show |
Series | Use Linux 6.5 in build-many-glibcs.py | expand |
Dear Joseph, there is a typo in the commit message: 6.6 should be 6.5. Paul > Date: Thu, 31 Aug 2023 21:19:18 +0000 > From: Joseph Myers <joseph@codesourcery.com> > > This patch makes build-many-glibcs.py use Linux 6.6. > > Tested with build-many-glibcs.py (host-libraries, compilers and glibcs > builds). > > diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py > index 3082522140..57a5c48b16 100755 > --- a/scripts/build-many-glibcs.py > +++ b/scripts/build-many-glibcs.py > @@ -804,7 +804,7 @@ class Context(object): > 'gcc': 'vcs-13', > 'glibc': 'vcs-mainline', > 'gmp': '6.3.0', > - 'linux': '6.4', > + 'linux': '6.5', > 'mpc': '1.3.1', > 'mpfr': '4.2.1', > 'mig': 'vcs-mainline', > > -- > Joseph S. Myers > joseph@codesourcery.com >
Ping. This patch <https://sourceware.org/pipermail/libc-alpha/2023-August/151277.html> (with the commit message typo fixed) is pending review.
* Joseph Myers: > This patch makes build-many-glibcs.py use Linux 6.6. > > Tested with build-many-glibcs.py (host-libraries, compilers and glibcs > builds). > > diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py > index 3082522140..57a5c48b16 100755 > --- a/scripts/build-many-glibcs.py > +++ b/scripts/build-many-glibcs.py > @@ -804,7 +804,7 @@ class Context(object): > 'gcc': 'vcs-13', > 'glibc': 'vcs-mainline', > 'gmp': '6.3.0', > - 'linux': '6.4', > + 'linux': '6.5', > 'mpc': '1.3.1', > 'mpfr': '4.2.1', > 'mig': 'vcs-mainline', Looks okay, thanks. Florian
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 3082522140..57a5c48b16 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -804,7 +804,7 @@ class Context(object): 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.4', + 'linux': '6.5', 'mpc': '1.3.1', 'mpfr': '4.2.1', 'mig': 'vcs-mainline',