Use Linux 5.18 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Tue, 24 May 2022 13:51:24 +0000 (13:51 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 24 May 2022 13:51:24 +0000 (13:51 +0000)
This patch makes build-many-glibcs.py use Linux 5.18.

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

scripts/build-many-glibcs.py

index 1fd616d..35b8275 100755 (executable)
@@ -789,7 +789,7 @@ class Context(object):
                             'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.17',
+                            'linux': '5.18',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',