public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Use GCC 13 branch, Linux 6.3 in build-many-glibcs.py
@ 2023-04-26 21:39 Joseph Myers
  2023-05-01 13:40 ` Carlos O'Donell
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph Myers @ 2023-04-26 21:39 UTC (permalink / raw)
  To: libc-alpha

This patch updates build-many-glibcs.py to use Linux 6.3 and GCC 13
branch by default.

Tested with build-many-glibcs.py (host-libraries, compilers and glibc
builds).

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 82f8d97281..f7cb04a597 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -792,10 +792,10 @@ class Context(object):
     def checkout(self, versions):
         """Check out the desired component versions."""
         default_versions = {'binutils': 'vcs-2.40',
-                            'gcc': 'vcs-12',
+                            'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '6.2',
+                            'linux': '6.3',
                             'mpc': '1.3.1',
                             'mpfr': '4.2.0',
                             'mig': 'vcs-mainline',

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Use GCC 13 branch, Linux 6.3 in build-many-glibcs.py
  2023-04-26 21:39 Use GCC 13 branch, Linux 6.3 in build-many-glibcs.py Joseph Myers
@ 2023-05-01 13:40 ` Carlos O'Donell
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2023-05-01 13:40 UTC (permalink / raw)
  To: Joseph Myers, libc-alpha

On 4/26/23 17:39, Joseph Myers wrote:
> This patch updates build-many-glibcs.py to use Linux 6.3 and GCC 13
> branch by default.
> 
> Tested with build-many-glibcs.py (host-libraries, compilers and glibc
> builds).

LGTM. Linux 6.3 came out 6 days ago, and gcc 13.1 was out on April 26th.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index 82f8d97281..f7cb04a597 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -792,10 +792,10 @@ class Context(object):
>      def checkout(self, versions):
>          """Check out the desired component versions."""
>          default_versions = {'binutils': 'vcs-2.40',
> -                            'gcc': 'vcs-12',
> +                            'gcc': 'vcs-13',
>                              'glibc': 'vcs-mainline',
>                              'gmp': '6.2.1',
> -                            'linux': '6.2',
> +                            'linux': '6.3',
>                              'mpc': '1.3.1',
>                              'mpfr': '4.2.0',
>                              'mig': 'vcs-mainline',
> 

-- 
Cheers,
Carlos.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-01 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-26 21:39 Use GCC 13 branch, Linux 6.3 in build-many-glibcs.py Joseph Myers
2023-05-01 13:40 ` Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).