From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id 19A7E3858C60; Tue, 2 Nov 2021 16:55:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 19A7E3858C60 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.15 in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: f64f4ce069300f33e26b025ebb0233d5ca3957a5 X-Git-Newrev: db432f033d7714c5885838dae7d7fb3bdaa5a850 Message-Id: <20211102165515.19A7E3858C60@sourceware.org> Date: Tue, 2 Nov 2021 16:55:15 +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 Nov 2021 16:55:15 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=db432f033d7714c5885838dae7d7fb3bdaa5a850 commit db432f033d7714c5885838dae7d7fb3bdaa5a850 Author: Joseph Myers Date: Tue Nov 2 16:54:59 2021 +0000 Use Linux 5.15 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 5.15. 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 6046048b75..30b8abdc58 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -784,7 +784,7 @@ class Context(object): 'gcc': 'vcs-11', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.14', + 'linux': '5.15', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',