aboutsummaryrefslogtreecommitdiff
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
parent25c9c3789ecf35a5dc303261abcef7993112017d (diff)
downloadglibc-a743fd95bb895001584b018033418b84b451e67e.zip
glibc-a743fd95bb895001584b018033418b84b451e67e.tar.gz
glibc-a743fd95bb895001584b018033418b84b451e67e.tar.bz2
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).
-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 38eb9f2..b4e7f95 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',