From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id E5C103858002; Tue, 22 Mar 2022 18:01:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5C103858002 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joseph Myers To: glibc-cvs@sourceware.org Subject: [glibc] Use Linux 5.17 in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: 05dec22d7be722987ff07aebf9690f6078b3c4e9 X-Git-Newrev: f7fbb99652eceb1b6b55e4be931649df5946497c Message-Id: <20220322180134.E5C103858002@sourceware.org> Date: Tue, 22 Mar 2022 18:01:34 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2022 18:01:35 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f7fbb99652eceb1b6b55e4be931649df5946497c commit f7fbb99652eceb1b6b55e4be931649df5946497c Author: Joseph Myers Date: Tue Mar 22 18:01:16 2022 +0000 Use Linux 5.17 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 5.17. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). Diff: --- 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 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',