Use Linux 5.19 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Tue, 2 Aug 2022 14:09:24 +0000 (14:09 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 2 Aug 2022 14:09:24 +0000 (14:09 +0000)
This patch makes build-many-glibcs.py use Linux 5.19.

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

scripts/build-many-glibcs.py

index da9b905..070ac90 100755 (executable)
@@ -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',