Use Linux 5.17 in build-many-glibcs.py

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

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers 2022-03-22 18:01:16 +00:00
parent 05dec22d7b
commit f7fbb99652
1 changed files with 1 additions and 1 deletions

View File

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