Use Linux 6.0 in build-many-glibcs.py

Message ID alpine.DEB.2.22.394.2210032307490.825906@digraph.polyomino.org.uk
State Committed
Commit 1f3f0060a1c9bd050a5e391352d3a95a25054861
Headers
Series Use Linux 6.0 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 Oct. 3, 2022, 11:08 p.m. UTC
  This patch makes build-many-glibcs.py use Linux 6.0.

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

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 5d47c3b200..5af6f369ae 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': '5.19',
+                            'linux': '6.0',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',