Use Linux 6.2 in build-many-glibcs.py

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

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers 2023-02-22 21:37:03 +00:00
parent 01e09ab057
commit eb63ccc0ce

View File

@ -797,7 +797,7 @@ class Context(object):
'gcc': 'vcs-12',
'glibc': 'vcs-mainline',
'gmp': '6.2.1',
'linux': '6.1',
'linux': '6.2',
'mpc': '1.3.1',
'mpfr': '4.2.0',
'mig': 'vcs-mainline',