From: Adhemerval Zanella Date: Fri, 3 Jul 2026 14:46:39 +0000 (-0300) Subject: build-many-glibcs.py: Update Linux kernel version to 7.1 X-Git-Tag: glibc-2.44~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d109f366ced6787fa295ab5c6b87de699c4bc25e;p=thirdparty%2Fglibc.git build-many-glibcs.py: Update Linux kernel version to 7.1 Use the 7.1 release as the default Linux kernel version for building test compilers and headers. Reviewed-by: Florian Weimer --- diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 23db975606..f6fc0e376b 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -870,7 +870,7 @@ class Context(object): 'gcc': 'vcs-15', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '7.0', + 'linux': '7.1', 'mpc': '1.4.1', 'mpfr': '4.2.2', 'mig': 'vcs-mainline',