From: Joseph Myers Date: Wed, 28 May 2025 14:15:51 +0000 (+0000) Subject: Use Linux 6.15 in build-many-glibcs.py X-Git-Tag: glibc-2.42~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3473526758532d7356be80c7950e476e235b5fb2;p=thirdparty%2Fglibc.git Use Linux 6.15 in build-many-glibcs.py Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). Reviewed-by: Florian Weimer --- diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index fa3e75defe..36b1044c28 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -837,7 +837,7 @@ class Context(object): 'gcc': 'vcs-14', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.14', + 'linux': '6.15', 'mpc': '1.3.1', 'mpfr': '4.2.2', 'mig': 'vcs-mainline',