From db432f033d7714c5885838dae7d7fb3bdaa5a850 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 2 Nov 2021 16:54:59 +0000 Subject: [PATCH] Use Linux 5.15 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 5.15. 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(-) diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 6046048..30b8abd 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -784,7 +784,7 @@ class Context(object): 'gcc': 'vcs-11', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.14', + 'linux': '5.15', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline', -- 2.7.4