diff mbox series

Use Linux 6.5 in build-many-glibcs.py

Message ID 9c5629ab-afb-e3fc-3f4f-d69d2915e464@codesourcery.com
State New
Headers show
Series Use Linux 6.5 in build-many-glibcs.py | expand

Commit Message

Joseph Myers Aug. 31, 2023, 9:19 p.m. UTC
This patch makes build-many-glibcs.py use Linux 6.6.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

Comments

Paul Zimmermann Sept. 1, 2023, 5:45 a.m. UTC | #1
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
>
Joseph Myers Sept. 8, 2023, 3:33 p.m. UTC | #2
Ping.  This patch 
<https://sourceware.org/pipermail/libc-alpha/2023-August/151277.html> 
(with the commit message typo fixed) is pending review.
Florian Weimer Sept. 8, 2023, 7:53 p.m. UTC | #3
* 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 mbox series

Patch

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',