build-many-glibcs.py: Use Linux 5.2 by default

Message ID 87o91rxk1a.fsf@oldenburg2.str.redhat.com
State Committed
Headers

Commit Message

Florian Weimer July 18, 2019, 6:41 p.m. UTC
  2019-07-18  Florian Weimer  <fweimer@redhat.com>

	* scripts/build-many-glibcs.py (Context.checkout): Default to
	Linux 5.2.
  

Comments

Carlos O'Donell July 18, 2019, 7:23 p.m. UTC | #1
On 7/18/19 2:41 PM, Florian Weimer wrote:
> 2019-07-18  Florian Weimer  <fweimer@redhat.com>
> 
> 	* scripts/build-many-glibcs.py (Context.checkout): Default to
> 	Linux 5.2.

LGTM given my review of linux 5.2 headers.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

> 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',
>
  

Patch

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',