From 1f3f0060a1c9bd050a5e391352d3a95a25054861 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 4 Oct 2022 13:57:19 +0000 Subject: [PATCH] Use Linux 6.0 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 6.0. 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 5d47c3b..5af6f36 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -797,7 +797,7 @@ class Context(object): 'gcc': 'vcs-12', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.19', + 'linux': '6.0', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline', -- 2.7.4