From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id 51E2F3858002; Wed, 22 Feb 2023 21:37:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 51E2F3858002 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677101840; bh=KhG34zGs5dx/NOcyT9DcXLK8DgwypeE1EPy8I+aqnJM=; h=From:To:Subject:Date:From; b=y5griOrxcpQLWziF/z+HPMAOLQ8CZ+tpfQKkgqs97UKRX2BTG+YiDCjcyHOt/PmRE mlqRyhlygKlgAAUukJDThLAtOHZOtM9vLl4cNWipRItq1eYnhAg+DFSTqQbek1YbT3 OqvQSHouYv75sbSvMwuXH6AZI2MOutf8pj0WXTfM= 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.2 in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: 01e09ab0574758e0afff4333511866278ce7c84f X-Git-Newrev: eb63ccc0ce6a3a7f2c397d305233c876e8dc1632 Message-Id: <20230222213720.51E2F3858002@sourceware.org> Date: Wed, 22 Feb 2023 21:37:20 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=eb63ccc0ce6a3a7f2c397d305233c876e8dc1632 commit eb63ccc0ce6a3a7f2c397d305233c876e8dc1632 Author: Joseph Myers Date: Wed Feb 22 21:37:03 2023 +0000 Use Linux 6.2 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 6.2. 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 bd212dbc82..29c10c2916 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': '6.1', + 'linux': '6.2', 'mpc': '1.3.1', 'mpfr': '4.2.0', 'mig': 'vcs-mainline',