From 3473526758532d7356be80c7950e476e235b5fb2 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 28 May 2025 14:15:51 +0000 Subject: [PATCH] Use Linux 6.15 in build-many-glibcs.py Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). Reviewed-by: Florian Weimer --- 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 fa3e75defe..36b1044c28 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -837,7 +837,7 @@ class Context(object): 'gcc': 'vcs-14', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.14', + 'linux': '6.15', 'mpc': '1.3.1', 'mpfr': '4.2.2', 'mig': 'vcs-mainline',