From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id 05FAD3857C6C; Thu, 22 Oct 2020 14:29:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05FAD3857C6C 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.9 in build-many-glibcs.py. X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: 6c2b579962853475747854127cfaf4ec4a8872a7 X-Git-Newrev: f6032247061fb37d59565f2e9667e242c8a98e76 Message-Id: <20201022142933.05FAD3857C6C@sourceware.org> Date: Thu, 22 Oct 2020 14:29:33 +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: Thu, 22 Oct 2020 14:29:33 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f6032247061fb37d59565f2e9667e242c8a98e76 commit f6032247061fb37d59565f2e9667e242c8a98e76 Author: Joseph Myers Date: Thu Oct 22 14:29:13 2020 +0000 Use Linux 5.9 in build-many-glibcs.py. This patch makes build-many-glibcs.py use Linux 5.9. 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 31684eaee2..1472fba44b 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -769,7 +769,7 @@ class Context(object): 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.0', - 'linux': '5.8', + 'linux': '5.9', 'mpc': '1.2.0', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',