From: Joseph Myers Date: Wed, 1 Oct 2025 15:15:43 +0000 (+0000) Subject: Use Linux 6.17 in build-many-glibcs.py X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48c053fd6238fdff77b5905ed2cc0af35a55ccc7;p=thirdparty%2Fglibc.git Use Linux 6.17 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 7e607ba6a8..732cfe2585 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -835,7 +835,7 @@ class Context(object): 'gcc': 'vcs-15', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.16', + 'linux': '6.17', 'mpc': '1.3.1', 'mpfr': '4.2.2', 'mig': 'vcs-mainline',