]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
build-many-glibcs.py: Update Linux kernel version to 7.1
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 3 Jul 2026 14:46:39 +0000 (11:46 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 3 Jul 2026 19:32:00 +0000 (16:32 -0300)
Use the 7.1 release as the default Linux kernel version for building test
compilers and headers.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
scripts/build-many-glibcs.py

index 23db975606e9a4d288b6aec53b97e9265b864e97..f6fc0e376b3ac7680594734768719ffe917e9c96 100755 (executable)
@@ -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',