Use Linux 5.14 in build-many-glibcs.py

Message ID alpine.DEB.2.22.394.2109062219001.1695908@digraph.polyomino.org.uk
State Committed
Commit 4e04a47208e1712fcf202a6d9831f0900d575225
Headers
Series Use Linux 5.14 in build-many-glibcs.py |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent
dj/TryBot-32bit success Build for i686

Commit Message

Joseph Myers Sept. 6, 2021, 10:19 p.m. UTC
  This patch makes build-many-glibcs.py use Linux 5.14.

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

Comments

Florian Weimer Sept. 7, 2021, 8:12 a.m. UTC | #1
* Joseph Myers:

> This patch makes build-many-glibcs.py use Linux 5.14.
>
> 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 0322ed19a8..54bef43429 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -782,7 +782,7 @@ class Context(object):
>                              'gcc': 'vcs-11',
>                              'glibc': 'vcs-mainline',
>                              'gmp': '6.2.1',
> -                            'linux': '5.13',
> +                            'linux': '5.14',
>                              'mpc': '1.2.1',
>                              'mpfr': '4.1.0',
>                              'mig': 'vcs-mainline',

Looks reasonable.  Thanks.

Florian
  

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 0322ed19a8..54bef43429 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -782,7 +782,7 @@  class Context(object):
                             'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.13',
+                            'linux': '5.14',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',