diff mbox series

Use Linux 6.6 in build-many-glibcs.py

Message ID 3ddaf0d2-a777-5f22-c119-234ce96b838e@codesourcery.com
State New
Headers show
Series Use Linux 6.6 in build-many-glibcs.py | expand

Commit Message

Joseph Myers Oct. 30, 2023, 9:03 p.m. UTC
This patch makes build-many-glibcs.py use Linux 6.6.

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

Comments

Florian Weimer Oct. 31, 2023, 8:30 a.m. UTC | #1
* Joseph Myers:

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

Okay.
diff mbox series

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index edea52bbae..24d54cf204 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -824,7 +824,7 @@  class Context(object):
                             'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.3.0',
-                            'linux': '6.5',
+                            'linux': '6.6',
                             'mpc': '1.3.1',
                             'mpfr': '4.2.1',
                             'mig': 'vcs-mainline',