From 48c053fd6238fdff77b5905ed2cc0af35a55ccc7 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 1 Oct 2025 15:15:43 +0000 Subject: [PATCH] Use Linux 6.17 in build-many-glibcs.py Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). --- 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 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',