From a3393b3380b547e6fbc49ad5113486b764a1db31 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 2 Aug 2022 14:09:24 +0000 Subject: [PATCH] Use Linux 5.19 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 5.19. 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 da9b905900..070ac90fa1 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -793,7 +793,7 @@ class Context(object): 'gcc': 'vcs-12', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.18', + 'linux': '5.19', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline', -- 2.11.4.GIT