From 82c664ed751f52a3074a9d6d366e87086f10b2f4 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 24 Jul 2019 10:59:45 +0200 Subject: build-many-glibcs.py: Use Linux 5.2 by default --- 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 dacd116f8e..aa6884e046 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -707,7 +707,7 @@ class Context(object): 'gcc': 'vcs-9', 'glibc': 'vcs-mainline', 'gmp': '6.1.2', - 'linux': '5.0', + 'linux': '5.2', 'mpc': '1.1.0', 'mpfr': '4.0.2', 'mig': 'vcs-mainline', -- cgit v1.2.1