Use Linux 5.15 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Tue, 2 Nov 2021 16:54:59 +0000 (16:54 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 2 Nov 2021 16:54:59 +0000 (16:54 +0000)
This patch makes build-many-glibcs.py use Linux 5.15.

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

scripts/build-many-glibcs.py

index 6046048..30b8abd 100755 (executable)
@@ -784,7 +784,7 @@ class Context(object):
                             'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.14',
+                            'linux': '5.15',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',