diff mbox series

Use Linux 6.9 in build-many-glibcs.py

Message ID 583d6544-455c-9fc5-b0ab-2f22e1717db4@redhat.com
State New
Headers show
Series Use Linux 6.9 in build-many-glibcs.py | expand

Commit Message

Joseph Myers May 13, 2024, 10:44 p.m. UTC
This patch makes build-many-glibcs.py use Linux 6.9.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

Comments

Florian Weimer May 14, 2024, 9:47 a.m. UTC | #1
* Joseph Myers:

> This patch makes build-many-glibcs.py use Linux 6.9.
>
> Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
> builds).

Looks okay.

Reviewed-by: Florian Weimer <fweimer@redhat.com>

Thanks,
Florian
diff mbox series

Patch

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',