diff mbox series

Use Linux 5.19 in build-many-glibcs.py

Message ID alpine.DEB.2.22.394.2208020029350.800601@digraph.polyomino.org.uk
State New
Headers show
Series Use Linux 5.19 in build-many-glibcs.py | expand

Commit Message

Joseph Myers Aug. 2, 2022, 12:29 a.m. UTC
This patch makes build-many-glibcs.py use Linux 5.19.

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

Comments

Florian Weimer Aug. 2, 2022, 7:41 a.m. UTC | #1
* Joseph Myers:

> This patch makes build-many-glibcs.py use Linux 5.19.
>
> 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 da9b905900..070ac90fa1 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -793,7 +793,7 @@ class Context(object):
>                              'gcc': 'vcs-12',
>                              'glibc': 'vcs-mainline',
>                              'gmp': '6.2.1',
> -                            'linux': '5.18',
> +                            'linux': '5.19',
>                              'mpc': '1.2.1',
>                              'mpfr': '4.1.0',
>                              '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 da9b905900..070ac90fa1 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -793,7 +793,7 @@  class Context(object):
                             'gcc': 'vcs-12',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.18',
+                            'linux': '5.19',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',