Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 9f70b32

Browse files
zatrazzchiichen
authored andcommitted
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 <[email protected]>
1 parent e88f113 commit 9f70b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-many-glibcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ def checkout(self, versions):
834834
'gcc': 'vcs-13',
835835
'glibc': 'vcs-mainline',
836836
'gmp': '6.3.0',
837-
'linux': '6.9',
837+
'linux': '6.10',
838838
'mpc': '1.3.1',
839839
'mpfr': '4.2.1',
840840
'mig': 'vcs-mainline',

0 commit comments

Comments
 (0)