From 56d0e2cca1e5ac4a9ed9332c46c64d7021ab011f Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 2 Dec 2025 16:34:07 +0000 Subject: [PATCH] Use Linux 6.18 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 f74c6414e7..d9f38ba070 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -865,7 +865,7 @@ class Context(object): 'gcc': 'vcs-15', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.17', + 'linux': '6.18', 'mpc': '1.3.1', 'mpfr': '4.2.2', 'mig': 'vcs-mainline',