aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <josmyers@redhat.com>2024-12-03 03:11:22 +0000
committerJoseph Myers <josmyers@redhat.com>2024-12-03 03:11:22 +0000
commitf43eb2cf30fdff39bda1c2018246d4badabbc576 (patch)
tree198f413f09cfee00f32451a106e3c119aaad6122
parentc5a3d1bc8411347c9d5bfc02bca6ae6ec3a39ce5 (diff)
downloadglibc-f43eb2cf30fdff39bda1c2018246d4badabbc576.zip
glibc-f43eb2cf30fdff39bda1c2018246d4badabbc576.tar.gz
glibc-f43eb2cf30fdff39bda1c2018246d4badabbc576.tar.bz2
Use Linux 6.12 in build-many-glibcs.py
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds).
-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 a5f9766..c53aa89 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -828,7 +828,7 @@ class Context(object):
'gcc': 'vcs-13',
'glibc': 'vcs-mainline',
'gmp': '6.3.0',
- 'linux': '6.11',
+ 'linux': '6.12',
'mpc': '1.3.1',
'mpfr': '4.2.1',
'mig': 'vcs-mainline',