Use Linux 5.10 in build-many-glibcs.py

Message ID alpine.DEB.2.22.394.2012152258020.169717@digraph.polyomino.org.uk
State Committed
Commit 1f3cb8d600702885c9e5a1175c73ec3f69476082
Headers
Series Use Linux 5.10 in build-many-glibcs.py |

Commit Message

Joseph Myers Dec. 15, 2020, 10:58 p.m. UTC
  This patch makes build-many-glibcs.py use Linux 5.10.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
  

Comments

Dmitry V. Levin Dec. 15, 2020, 11:23 p.m. UTC | #1
On Tue, Dec 15, 2020 at 10:58:24PM +0000, Joseph Myers wrote:
> This patch makes build-many-glibcs.py use Linux 5.10.
> 
> Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
> builds).
> 
> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index 277e81dfc0..4ae8166ccb 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -769,7 +769,7 @@ class Context(object):
>                              'gcc': 'vcs-10',
>                              'glibc': 'vcs-mainline',
>                              'gmp': '6.2.1',
> -                            'linux': '5.9',
> +                            'linux': '5.10',
>                              'mpc': '1.2.1',
>                              'mpfr': '4.1.0',
>                              'mig': 'vcs-mainline',

LGTM, thanks.
  

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 277e81dfc0..4ae8166ccb 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -769,7 +769,7 @@  class Context(object):
                             'gcc': 'vcs-10',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.9',
+                            'linux': '5.10',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',