Use Linux 5.15 in build-many-glibcs.py

This patch makes build-many-glibcs.py use Linux 5.15.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers 2021-11-02 16:54:59 +00:00
parent f64f4ce069
commit db432f033d

View File

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