Use Linux 5.17 in build-many-glibcs.py

Message ID alpine.DEB.2.22.394.2203221636070.17385@digraph.polyomino.org.uk
State Committed
Commit f7fbb99652eceb1b6b55e4be931649df5946497c
Headers
Series Use Linux 5.17 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 March 22, 2022, 4:36 p.m. UTC
  This patch makes build-many-glibcs.py use Linux 5.17.

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

Comments

Andreas Schwab March 22, 2022, 5:56 p.m. UTC | #1
On Mär 22 2022, Joseph Myers wrote:

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

Ok.
  

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index edaac2d8f5..1fd616d4c0 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -789,7 +789,7 @@  class Context(object):
                             'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.16',
+                            'linux': '5.17',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',