1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-06 12:01:08 +03:00

Use Linux 6.18 in build-many-glibcs.py

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers
2025-12-02 16:34:07 +00:00
parent 11d3cfb570
commit 56d0e2cca1

View File

@@ -865,7 +865,7 @@ class Context(object):
'gcc': 'vcs-15', 'gcc': 'vcs-15',
'glibc': 'vcs-mainline', 'glibc': 'vcs-mainline',
'gmp': '6.3.0', 'gmp': '6.3.0',
'linux': '6.17', 'linux': '6.18',
'mpc': '1.3.1', 'mpc': '1.3.1',
'mpfr': '4.2.2', 'mpfr': '4.2.2',
'mig': 'vcs-mainline', 'mig': 'vcs-mainline',