[1/5] Use Linux 6.10 in build-many-glibcs.py
Checks
Context |
Check |
Description |
redhat-pt-bot/TryBot-apply_patch |
success
|
Patch applied to master at the time it was sent
|
linaro-tcwg-bot/tcwg_glibc_build--master-arm |
success
|
Build passed
|
linaro-tcwg-bot/tcwg_glibc_check--master-arm |
success
|
Test passed
|
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 |
success
|
Build passed
|
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 |
success
|
Test passed
|
Commit Message
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
* Adhemerval Zanella:
> 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 b4e7f953ef..8bfe29876d 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -834,7 +834,7 @@ class Context(object):
> 'gcc': 'vcs-13',
> 'glibc': 'vcs-mainline',
> 'gmp': '6.3.0',
> - 'linux': '6.9',
> + 'linux': '6.10',
> 'mpc': '1.3.1',
> 'mpfr': '4.2.1',
> 'mig': 'vcs-mainline',
Okay.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Thanks,
Florian
@@ -834,7 +834,7 @@ class Context(object):
'gcc': 'vcs-13',
'glibc': 'vcs-mainline',
'gmp': '6.3.0',
- 'linux': '6.9',
+ 'linux': '6.10',
'mpc': '1.3.1',
'mpfr': '4.2.1',
'mig': 'vcs-mainline',