From patchwork Tue May 24 00:15:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 54326 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 7C6AF3839C47 for ; Tue, 24 May 2022 00:15:42 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 582BF3858016 for ; Tue, 24 May 2022 00:15:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 582BF3858016 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.91,247,1647331200"; d="scan'208";a="76279740" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 23 May 2022 16:15:28 -0800 IronPort-SDR: 48af+pJnQVvTfVl5SrtCDmMLNUwFCX6cVeB2UUoM/R7jey7rJN1n6eko2/ZEUH99uhwXIw9d2S aUFkhLWY/1KlWfV7vp3r7vjSTORXjQUPOE8hxNIV8UMEKPI+sGE3jf1/1GkPGq+EXYTWFehyoR rqFPVNt+/UfWsF8McEfSBaTtj5x++WKVYF4n+p5rStQ+hOUI479E4yqyhfl9QDo2tkHSz6u19y eoQBDPRhbDZvQlJ1s6735+FVglawKAPrhiRW1lEKXkP8Mnng43hKbzqUxgPjdLwQ7mczUdgu5J usc= Date: Tue, 24 May 2022 00:15:23 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Use Linux 5.18 in build-many-glibcs.py Message-ID: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-09.mgc.mentorg.com (139.181.222.9) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3119.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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 5.18. 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 1fd616d4c0..35b82752fa 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -789,7 +789,7 @@ class Context(object): 'gcc': 'vcs-11', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.17', + 'linux': '5.18', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',