Use Linux 6.1 in build-many-glibcs.py

Message ID 9bf32db6-76bb-f21b-2a1a-a88a67f9269@codesourcery.com
State Committed
Commit edd1b2a0d9025b849a87f9b7eec616eb820e4fe2
Headers
Series Use Linux 6.1 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 Dec. 12, 2022, 11:11 p.m. UTC
  This patch makes build-many-glibcs.py use Linux 6.1.

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

Comments

Joseph Myers Dec. 19, 2022, 2:50 p.m. UTC | #1
Ping.  This patch 
<https://sourceware.org/pipermail/libc-alpha/2022-December/144025.html> is 
pending review.
  
Adhemerval Zanella Dec. 19, 2022, 2:54 p.m. UTC | #2
On 12/12/22 20:11, Joseph Myers wrote:
> This patch makes build-many-glibcs.py use Linux 6.1.
> 
> Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
> builds).
> 

LGTM, thanks.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index 9292a0d3ff..c7cb18f78c 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -797,7 +797,7 @@ class Context(object):
>                              'gcc': 'vcs-12',
>                              'glibc': 'vcs-mainline',
>                              'gmp': '6.2.1',
> -                            'linux': '6.0',
> +                            'linux': '6.1',
>                              '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 9292a0d3ff..c7cb18f78c 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -797,7 +797,7 @@  class Context(object):
                             'gcc': 'vcs-12',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '6.0',
+                            'linux': '6.1',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',