From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id E42B83853834; Tue, 2 Aug 2022 14:09:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E42B83853834 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.19 in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: 9c443ac4559a47ed99859bd80d14dc4b6dd220a1 X-Git-Newrev: a3393b3380b547e6fbc49ad5113486b764a1db31 Message-Id: <20220802140937.E42B83853834@sourceware.org> Date: Tue, 2 Aug 2022 14:09:37 +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, 02 Aug 2022 14:09:38 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a3393b3380b547e6fbc49ad5113486b764a1db31 commit a3393b3380b547e6fbc49ad5113486b764a1db31 Author: Joseph Myers Date: Tue Aug 2 14:09:24 2022 +0000 Use Linux 5.19 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 5.19. 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 da9b905900..070ac90fa1 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -793,7 +793,7 @@ class Context(object): 'gcc': 'vcs-12', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.18', + 'linux': '5.19', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',