Use Linux 6.2 in build-many-glibcs.py

Message ID b059bffe-a659-9f5-5613-11d6d94dde64@codesourcery.com
State Committed
Commit eb63ccc0ce6a3a7f2c397d305233c876e8dc1632
Headers
Series Use Linux 6.2 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 Feb. 22, 2023, 6 p.m. UTC
  This patch makes build-many-glibcs.py use Linux 6.2.

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

---

Avoiding a test failure for hppa also needs
<https://sourceware.org/pipermail/libc-alpha/2023-February/145805.html>.
  

Comments

Adhemerval Zanella Netto Feb. 22, 2023, 8:01 p.m. UTC | #1
On 22/02/23 15:00, Joseph Myers wrote:
> This patch makes build-many-glibcs.py use Linux 6.2.
> 
> Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
> builds).


LGTM, thanks.

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

> 
> ---
> 
> Avoiding a test failure for hppa also needs
> <https://sourceware.org/pipermail/libc-alpha/2023-February/145805.html>.
> 
> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index bd212dbc82..29c10c2916 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.1',
> +                            'linux': '6.2',
>                              'mpc': '1.3.1',
>                              'mpfr': '4.2.0',
>                              'mig': 'vcs-mainline',
>
  

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index bd212dbc82..29c10c2916 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.1',
+                            'linux': '6.2',
                             'mpc': '1.3.1',
                             'mpfr': '4.2.0',
                             'mig': 'vcs-mainline',