Use Linux 6.4 in build-many-glibcs.py

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

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers 2023-06-27 13:49:38 +00:00
parent b29e70657d
commit aaa208502c

View file

@ -798,7 +798,7 @@ class Context(object):
'gcc': 'vcs-13',
'glibc': 'vcs-mainline',
'gmp': '6.2.1',
'linux': '6.3',
'linux': '6.4',
'mpc': '1.3.1',
'mpfr': '4.2.0',
'mig': 'vcs-mainline',