From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id E0F78385842B; Tue, 4 Oct 2022 13:57:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E0F78385842B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1664891853; bh=r0W7B6yktkuaEhluz0h4KcIN83XuoXEIZWE2qGHbfRU=; h=From:To:Subject:Date:From; b=lRQDqvz1pz6buTiqdpSo96xNrTB9EwSQzFSZpyKFOOW4eqHLzhZ6dtYK6EMHqijsZ rg+wFuPprTyCfZnD39ipFTXW5CHPOExD22IVSQTvnPIeY/J/4NV0LlAwh88PToCBJy 9ZI6DCw9vqwfKSuAC4pXTx96bU4Eq2lHHN0ed67k= 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 6.0 in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: 7e8283170c5d6805b609a040801d819e362a6292 X-Git-Newrev: 1f3f0060a1c9bd050a5e391352d3a95a25054861 Message-Id: <20221004135733.E0F78385842B@sourceware.org> Date: Tue, 4 Oct 2022 13:57:33 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1f3f0060a1c9bd050a5e391352d3a95a25054861 commit 1f3f0060a1c9bd050a5e391352d3a95a25054861 Author: Joseph Myers Date: Tue Oct 4 13:57:19 2022 +0000 Use Linux 6.0 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 6.0. 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 5d47c3b200..5af6f369ae 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -797,7 +797,7 @@ class Context(object): 'gcc': 'vcs-12', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.19', + 'linux': '6.0', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',