]> sourceware.org Git - glibc.git/commitdiff
Use Linux 6.10 in build-many-glibcs.py
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 16 Jul 2024 17:08:45 +0000 (17:08 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 30 Jul 2024 11:48:51 +0000 (08:48 -0300)
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
Reviewed-by: Florian Weimer <fweimer@redhat.com>
scripts/build-many-glibcs.py

index b4e7f953efe8a74db5ac61c910d0be030eb53315..8bfe29876d8a137be7622a1a00c8566829a1365d 100755 (executable)
@@ -834,7 +834,7 @@ class Context(object):
                             'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.3.0',
-                            'linux': '6.9',
+                            'linux': '6.10',
                             'mpc': '1.3.1',
                             'mpfr': '4.2.1',
                             'mig': 'vcs-mainline',
This page took 0.039072 seconds and 5 git commands to generate.