Use Linux 5.13 in build-many-glibcs.py

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

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers 2021-06-30 13:29:08 +00:00
parent 734c60ebb6
commit 38f58041ba

View File

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