From c2b11710fb4a2e8d337ae8f042724143c5ccf173 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 7 May 2019 14:49:05 +0000 Subject: Use Linux 5.1 in build-many-glibcs.py. * scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 5.1. --- 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 6f9a35331f..5f7db23f26 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -714,7 +714,7 @@ class Context(object): 'gcc': 'vcs-9', 'glibc': 'vcs-mainline', 'gmp': '6.1.2', - 'linux': '5.0', + 'linux': '5.1', 'mpc': '1.1.0', 'mpfr': '4.0.2', 'mig': 'vcs-mainline', -- cgit v1.2.3-65-gdbad