From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 118DB384606C for ; Mon, 12 Dec 2022 23:11:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 118DB384606C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.96,239,1665475200"; d="scan'208";a="89433813" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 12 Dec 2022 15:11:57 -0800 IronPort-SDR: iILEVaEcG6Fz6AAIO0AfaJ5ohccPjN/4FuQcctiVonYIvWJkpc1cMN4Sb+f+nUtvMCl/zRYdxZ y7GTHHH7XEXIacKUJnZNBPHPUPH2web33iR2hM97LzpP3ABs4mI4dMbVlvC7D8okaTwxej3maQ sRd+p803x7VHIISmpjo2h4FVYBNXNWBOzP97ojIXB1lcp7d1D1JW/3pZhtWdmqKI0/RAHtKCCh iPq/x2teWk4GD/h8f8o0a1oxI4DUDCwSAalrnuiW9q13E4S0vfpited3682O2ShL3bgo/lJnbh CTU= Date: Mon, 12 Dec 2022 23:11:51 +0000 From: Joseph Myers To: Subject: Use Linux 6.1 in build-many-glibcs.py Message-ID: <9bf32db6-76bb-f21b-2a1a-a88a67f9269@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3115.5 required=5.0 tests=BAYES_00,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This patch makes build-many-glibcs.py use Linux 6.1. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). 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', -- Joseph S. Myers joseph@codesourcery.com