From 31ec88399082fbe4a68c7778d79c81554234df9d Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 24 May 2022 13:51:24 +0000 Subject: Use Linux 5.18 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 5.18. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). --- scripts/build-many-glibcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 1fd616d4c0..35b82752fa 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -789,7 +789,7 @@ class Context(object): 'gcc': 'vcs-11', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.17', + 'linux': '5.18', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline', -- cgit 1.4.1