diff mbox series

[v2,1/8] Use Linux 6.11 in build-many-glibcs.py

Message ID 20241008184634.245607-2-adhemerval.zanella@linaro.org
State New
Headers show
Series Updates for Linux 6.11 | expand

Commit Message

Adhemerval Zanella Netto Oct. 8, 2024, 6:45 p.m. UTC
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
---
 scripts/build-many-glibcs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

H.J. Lu Oct. 8, 2024, 9:02 p.m. UTC | #1
On Wed, Oct 9, 2024 at 2:47 AM Adhemerval Zanella
<adhemerval.zanella@linaro.org> wrote:
>
> Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
> builds).
> ---
>  scripts/build-many-glibcs.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index 5ee45011a1..f81e6d9aaa 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -831,7 +831,7 @@ class Context(object):
>                              'gcc': 'vcs-13',
>                              'glibc': 'vcs-mainline',
>                              'gmp': '6.3.0',
> -                            'linux': '6.10',
> +                            'linux': '6.11',
>                              'mpc': '1.3.1',
>                              'mpfr': '4.2.1',
>                              'mig': 'vcs-mainline',
> --
> 2.43.0
>

LGTM.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>

Thanks.
diff mbox series

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 5ee45011a1..f81e6d9aaa 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -831,7 +831,7 @@  class Context(object):
                             'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.3.0',
-                            'linux': '6.10',
+                            'linux': '6.11',
                             'mpc': '1.3.1',
                             'mpfr': '4.2.1',
                             'mig': 'vcs-mainline',