From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id A762D3857340; Tue, 24 May 2022 13:51:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A762D3857340 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.18 in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: fe8ca369ad2eb8a4a5d572c6c48f38dd99ff3c01 X-Git-Newrev: 31ec88399082fbe4a68c7778d79c81554234df9d Message-Id: <20220524135141.A762D3857340@sourceware.org> Date: Tue, 24 May 2022 13:51:41 +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, 24 May 2022 13:51:41 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=31ec88399082fbe4a68c7778d79c81554234df9d commit 31ec88399082fbe4a68c7778d79c81554234df9d Author: Joseph Myers Date: Tue May 24 13:51:24 2022 +0000 Use Linux 5.18 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 5.18. 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 1fd616d4c0..35b82752fa 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.17', + 'linux': '5.18', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',