From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id BCACD3858D38; Fri, 8 Sep 2023 20:04:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BCACD3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1694203495; bh=iTjfPyqQ7DvdQrLKJEHvDWXt1sNWtO1Z3VEvG9P9iIo=; h=From:To:Subject:Date:From; b=ogmJRNl3iuRp8x9N0P3Yu6YGabiOR7b3aYBO1hYX+Lw7U3fKSeQbyreBgMi89wEmY vQmfMgK4CJ/kxoIX/S1IN4osPtAehrelQ0MgHL+YcrU/zjuYOLpX01JOKoJ1ypFEZE wMZshBz1E0qssmXwllkTJu3QyKaMGkbnTG6soI0E= 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.5 in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: 53df2ce6885da3d0e89e87dca7b095622296014f X-Git-Newrev: deeaa5e90fcb45c7e58e4fd84d83bda46834680c Message-Id: <20230908200455.BCACD3858D38@sourceware.org> Date: Fri, 8 Sep 2023 20:04:55 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=deeaa5e90fcb45c7e58e4fd84d83bda46834680c commit deeaa5e90fcb45c7e58e4fd84d83bda46834680c Author: Joseph Myers Date: Fri Sep 8 20:04:42 2023 +0000 Use Linux 6.5 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 6.5. 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 3082522140..57a5c48b16 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -804,7 +804,7 @@ class Context(object): 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.4', + 'linux': '6.5', 'mpc': '1.3.1', 'mpfr': '4.2.1', 'mig': 'vcs-mainline',