From: Joseph Myers Date: Tue, 2 Dec 2025 16:34:07 +0000 (+0000) Subject: Use Linux 6.18 in build-many-glibcs.py X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56d0e2cca1e5ac4a9ed9332c46c64d7021ab011f;p=thirdparty%2Fglibc.git Use Linux 6.18 in build-many-glibcs.py Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). --- 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',