aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-07-16 17:08:45 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-07-30 08:48:51 -0300
commitf7e638f5a48962599023410517f0bda450eaa98d (patch)
tree4e20166a3785cfe90adf56ed5caacd0bd3c7c994
parentfaeaa3bc9f76030b9882ccfdee232fc0ca6dcb06 (diff)
downloadglibc-f7e638f5a48962599023410517f0bda450eaa98d.zip
glibc-f7e638f5a48962599023410517f0bda450eaa98d.tar.gz
glibc-f7e638f5a48962599023410517f0bda450eaa98d.tar.bz2
Use Linux 6.10 in build-many-glibcs.py
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). Reviewed-by: Florian Weimer <fweimer@redhat.com>
-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 b4e7f95..8bfe298 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.9',
+ 'linux': '6.10',
'mpc': '1.3.1',
'mpfr': '4.2.1',
'mig': 'vcs-mainline',