From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id E2C0F3938C11; Wed, 6 May 2020 15:42:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E2C0F3938C11 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 GCC 10 branch in build-many-glibcs.py. X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: d69c3a9e75a5cc592f658e1a2f7e8c7f1e023d11 X-Git-Newrev: 99a327f801f7dbc8ca33b202718ef5bd0bf02ba5 Message-Id: <20200506154218.E2C0F3938C11@sourceware.org> Date: Wed, 6 May 2020 15:42:18 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2020 15:42:19 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=99a327f801f7dbc8ca33b202718ef5bd0bf02ba5 commit 99a327f801f7dbc8ca33b202718ef5bd0bf02ba5 Author: Joseph Myers Date: Wed May 6 15:41:55 2020 +0000 Use GCC 10 branch in build-many-glibcs.py. This updates the default GCC version used in build-many-glibcs.py when no version is specified explicitly. I'm replacing my bot using GCC 8 with one using GCC 10 (leaving the GCC 9 and GCC mainline bots running as at present). 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 4832912b28..6c6615b200 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -747,7 +747,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" default_versions = {'binutils': 'vcs-2.34', - 'gcc': 'vcs-9', + 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.0', 'linux': '5.6',