From: Joseph Myers Date: Tue, 3 Dec 2024 03:11:22 +0000 (+0000) Subject: Use Linux 6.12 in build-many-glibcs.py X-Git-Tag: glibc-2.41~423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f43eb2cf30fdff39bda1c2018246d4badabbc576;p=thirdparty%2Fglibc.git Use Linux 6.12 in build-many-glibcs.py Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). --- diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index a5f97662c3..c53aa8964c 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -828,7 +828,7 @@ class Context(object): 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.11', + 'linux': '6.12', 'mpc': '1.3.1', 'mpfr': '4.2.1', 'mig': 'vcs-mainline',