From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7814) id 86FEE385841A; Thu, 23 Sep 2021 00:44:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 86FEE385841A Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Fangrui Song To: glibc-cvs@sourceware.org Subject: [glibc/maskray/unnest] Use Linux 5.14 in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/maskray/unnest X-Git-Oldrev: b8c6166b1b75036ab3e4127a1c0aacf52ca93651 X-Git-Newrev: 4e04a47208e1712fcf202a6d9831f0900d575225 Message-Id: <20210923004413.86FEE385841A@sourceware.org> Date: Thu, 23 Sep 2021 00:44:13 +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, 23 Sep 2021 00:44:13 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4e04a47208e1712fcf202a6d9831f0900d575225 commit 4e04a47208e1712fcf202a6d9831f0900d575225 Author: Joseph Myers Date: Tue Sep 7 13:08:38 2021 +0000 Use Linux 5.14 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 5.14. 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 0322ed19a8..54bef43429 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -782,7 +782,7 @@ class Context(object): 'gcc': 'vcs-11', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.13', + 'linux': '5.14', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',