Use Linux 5.15 in build-many-glibcs.py

Message ID alpine.DEB.2.22.394.2111020326420.1992803@digraph.polyomino.org.uk
State Committed
Commit db432f033d7714c5885838dae7d7fb3bdaa5a850
Headers
Series Use Linux 5.15 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 Nov. 2, 2021, 3:26 a.m. UTC
  This patch makes build-many-glibcs.py use Linux 5.15.

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

Comments

Adhemerval Zanella Netto Nov. 2, 2021, 11:25 a.m. UTC | #1
On 02/11/2021 00:26, Joseph Myers wrote:
> This patch makes build-many-glibcs.py use Linux 5.15.
> 
> Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
> builds).
> 

LGTM, thanks.

> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index 6046048b75..30b8abdc58 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -784,7 +784,7 @@ class Context(object):
>                              'gcc': 'vcs-11',
>                              'glibc': 'vcs-mainline',
>                              'gmp': '6.2.1',
> -                            'linux': '5.14',
> +                            'linux': '5.15',
>                              'mpc': '1.2.1',
>                              'mpfr': '4.1.0',
>                              'mig': 'vcs-mainline',
>
  

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 6046048b75..30b8abdc58 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -784,7 +784,7 @@  class Context(object):
                             'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.14',
+                            'linux': '5.15',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',