summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <josmyers@redhat.com>2025-05-28 14:15:51 +0000
committerJoseph Myers <josmyers@redhat.com>2025-05-28 14:15:51 +0000
commit3473526758532d7356be80c7950e476e235b5fb2 (patch)
treec62093d4b6fdb6200fb7acae7e38ce117570a0ff /scripts
parentea30c6703055ea2ef4584c32df8d30a41b945bdf (diff)
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 <fweimer@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-many-glibcs.py2
1 files changed, 1 insertions, 1 deletions
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',