From: Adhemerval Zanella Date: Tue, 16 Jul 2024 17:08:45 +0000 (+0000) Subject: Use Linux 6.10 in build-many-glibcs.py X-Git-Tag: glibc-2.41~798 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e638f5a48962599023410517f0bda450eaa98d;p=thirdparty%2Fglibc.git Use Linux 6.10 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 b4e7f953ef..8bfe29876d 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -834,7 +834,7 @@ class Context(object): 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.9', + 'linux': '6.10', 'mpc': '1.3.1', 'mpfr': '4.2.1', 'mig': 'vcs-mainline',