Use Linux 5.5 in build-many-glibcs.py.

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

Tested with build-many-glibcs.py (compilers and glibcs builds).
This commit is contained in:
Joseph Myers 2020-02-03 14:17:05 +00:00
parent 6befb33f31
commit 2db7feeb95

View File

@ -733,7 +733,7 @@ class Context(object):
'gcc': 'vcs-9',
'glibc': 'vcs-mainline',
'gmp': '6.1.2',
'linux': '5.4',
'linux': '5.5',
'mpc': '1.1.0',
'mpfr': '4.0.2',
'mig': 'vcs-mainline',