From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id E00E23858D1E; Mon, 19 Dec 2022 15:04:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E00E23858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671462290; bh=qyz2egsNQMHSx4lMVu8GebF3bXiuATFM2N8g3s8FGoE=; h=From:To:Subject:Date:From; b=X5M+AYPZiB2b30SiY427SbLj8/7zkJDrQnOWIgEuhKoWEaQX/IXzmEQtcHFMxaq9B yr078G84k6LqRtXgiLo9MBZpuZoiJevYifhvBmwKHSNv/32MxOhhFvrbACnO+NviZj YfeT1sUKDimEfzIOLPHQB6lxRZpcm03/CZ5qje9Q= 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.1 in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: a3708cf6b0a5a68e2ed1ce3db28a03ed21d368d2 X-Git-Newrev: edd1b2a0d9025b849a87f9b7eec616eb820e4fe2 Message-Id: <20221219150450.E00E23858D1E@sourceware.org> Date: Mon, 19 Dec 2022 15:04:50 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=edd1b2a0d9025b849a87f9b7eec616eb820e4fe2 commit edd1b2a0d9025b849a87f9b7eec616eb820e4fe2 Author: Joseph Myers Date: Mon Dec 19 15:04:37 2022 +0000 Use Linux 6.1 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 6.1. 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 9292a0d3ff..c7cb18f78c 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.0', + 'linux': '6.1', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',