[PATCH v2 13/13] build-many-glibcs.py: Update Linux kernel version to 7.1
Adhemerval Zanella
adhemerval.zanella@linaro.org
Fri Jul 3 14:46:39 GMT 2026
Use the 7.1 release as the default Linux kernel version for building test
compilers and headers.
---
scripts/build-many-glibcs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 23db975606e..f6fc0e376b3 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',
--
2.43.0
More information about the Libc-alpha
mailing list