about summary refs log tree commit diff
path: root/scripts/build-many-glibcs.py
diff options
context:
space:
mode:
authorJoseph Myers <josmyers@redhat.com>2024-05-16 10:49:30 +0000
committerJoseph Myers <josmyers@redhat.com>2024-05-16 10:49:30 +0000
commita743fd95bb895001584b018033418b84b451e67e (patch)
treef71276e43e3663a7b7a1b3c3474e6f41046d0f7f /scripts/build-many-glibcs.py
parent25c9c3789ecf35a5dc303261abcef7993112017d (diff)
downloadglibc-a743fd95bb895001584b018033418b84b451e67e.tar.gz
glibc-a743fd95bb895001584b018033418b84b451e67e.tar.xz
glibc-a743fd95bb895001584b018033418b84b451e67e.zip
Use Linux 6.9 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 6.9.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
Diffstat (limited to 'scripts/build-many-glibcs.py')
-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 38eb9f2dd2..b4e7f953ef 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -834,7 +834,7 @@ class Context(object):
                             'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.3.0',
-                            'linux': '6.8',
+                            'linux': '6.9',
                             'mpc': '1.3.1',
                             'mpfr': '4.2.1',
                             'mig': 'vcs-mainline',