diff options
author | Joseph Myers <josmyers@redhat.com> | 2024-05-16 10:49:30 +0000 |
---|---|---|
committer | Joseph Myers <josmyers@redhat.com> | 2024-05-16 10:49:30 +0000 |
commit | a743fd95bb895001584b018033418b84b451e67e (patch) | |
tree | f71276e43e3663a7b7a1b3c3474e6f41046d0f7f | |
parent | 25c9c3789ecf35a5dc303261abcef7993112017d (diff) | |
download | glibc-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).
-rwxr-xr-x | scripts/build-many-glibcs.py | 2 |
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', |