From patchwork Wed Feb 22 18:00:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 65462 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id DD5573858033 for ; Wed, 22 Feb 2023 18:00:20 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 2865D3858D33 for ; Wed, 22 Feb 2023 18:00:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2865D3858D33 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.97,319,1669104000"; d="scan'208";a="97708316" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 22 Feb 2023 10:00:05 -0800 IronPort-SDR: we75coxbJsSRRK+gC3IM+4pvSevzL6Syjf45pV32KKZ9H8sAVc/ckB7X1esqKFDj4YASz86Zqt 3Y8q0HiQBGlRdrSCUGo5R7vCtKRhrfD1m/Efw0ZTG7jNfCug6noJeYU41SrtZZTChpcZ3NTz/1 gj68xZ7m31jccOAW0NE4819QuOmWkSEURnhRyM9yD/bwsTtykwY6hznFnH6I4iABiQBhjK8jGh 0BG833TErEPDeOtUfEkJ9K4G0nhZxeaAy9NxocFxvtMBxOhEjHjdSumGeaF/Y1GqaUsDn8DsRD c+8= Date: Wed, 22 Feb 2023 18:00:01 +0000 From: Joseph Myers To: Subject: Use Linux 6.2 in build-many-glibcs.py Message-ID: MIME-Version: 1.0 X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-12.mgc.mentorg.com (139.181.222.12) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3114.0 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 X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" This patch makes build-many-glibcs.py use Linux 6.2. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). Reviewed-by: Adhemerval Zanella --- Avoiding a test failure for hppa also needs . 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',