Use Linux 6.4 in build-many-glibcs.py

Message ID bac24e19-49ea-527-cbcb-e9dd35738df6@codesourcery.com
State Committed
Commit aaa208502c97707119aea9e03a988bec26ad7817
Headers
Series Use Linux 6.4 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
redhat-pt-bot/TryBot-32bit success Build for i686
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_glibc_check--master-arm fail Testing failed
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 warning Patch failed to apply
linaro-tcwg-bot/tcwg_glibc_build--master-arm warning Patch failed to apply

Commit Message

Joseph Myers June 26, 2023, 10:47 p.m. UTC
  This patch makes build-many-glibcs.py use Linux 6.4.

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

Comments

Andreas Schwab June 27, 2023, 7:43 a.m. UTC | #1
On Jun 26 2023, Joseph Myers wrote:

> This patch makes build-many-glibcs.py use Linux 6.4.

Ok.
  

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 95726c4a29..e022abe284 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -798,7 +798,7 @@  class Context(object):
                             'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '6.3',
+                            'linux': '6.4',
                             'mpc': '1.3.1',
                             'mpfr': '4.2.0',
                             'mig': 'vcs-mainline',