From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id B86453857B94; Wed, 13 Mar 2024 13:30:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B86453857B94 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710336656; bh=CuLKUMXzG9KaDfOIrpo5e/9zZKGoy9t3eg959MtV+Ng=; h=From:To:Subject:Date:From; b=eSThzqd7weenCOU5I4NMyeQVKHfaRbZHiBrWVC50TqFXMbsJp2ZhOscbepAo9Y2HG nSri+GYlwxp0SjJnk11IHEL59MHCXNbajUHhDi7JuyxPPBqbEsom4MsmiFk/F9VALC 95z8ppwQJeV/TyM8xy96z1LrXp7rBe9O/HjT3F88= 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.8 in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: 4a76fb1da8b7e7fa472741921f49ef32f81bc0a0 X-Git-Newrev: cba186f2f07b5f717a1ab3a4345102a296a27681 Message-Id: <20240313133056.B86453857B94@sourceware.org> Date: Wed, 13 Mar 2024 13:30:56 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=cba186f2f07b5f717a1ab3a4345102a296a27681 commit cba186f2f07b5f717a1ab3a4345102a296a27681 Author: Joseph Myers Date: Wed Mar 13 13:30:30 2024 +0000 Use Linux 6.8 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 6.8. 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 cc30dd5862..ecc743e672 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -832,7 +832,7 @@ class Context(object): 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.7', + 'linux': '6.8', 'mpc': '1.3.1', 'mpfr': '4.2.1', 'mig': 'vcs-mainline',