unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2] build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration
@ 2021-07-23 17:04 Florian Weimer via Libc-alpha
  2021-07-26  5:21 ` Siddhesh Poyarekar
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Weimer via Libc-alpha @ 2021-07-23 17:04 UTC (permalink / raw
  To: libc-alpha

This configuration exercises various --disable-* configure options.
It is expected to catch -Werror failures that only affect these
configurations.

---
v2: Use --disable-tunables.  Add --disable-experimental-malloc.

 scripts/build-many-glibcs.py | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 6643bb6e92..5a77af90a6 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -425,6 +425,16 @@ class Context(object):
                                 {'arch': 'i686', 'ccopts': '-m32 -march=i686'}],
                         extra_glibcs=[{'variant': 'disable-multi-arch',
                                        'cfg': ['--disable-multi-arch']},
+                                      {'variant': 'minimal',
+                                       'cfg': ['--disable-multi-arch',
+                                               '--disable-profile',
+                                               '--disable-timezone-tools',
+                                               '--disable-mathvec',
+                                               '--disable-tunables',
+                                               '--disable-crypt',
+                                               '--disable-experimental-malloc',
+                                               '--disable-build-nscd',
+                                               '--disable-nscd']},
                                       {'variant': 'static-pie',
                                        'cfg': ['--enable-static-pie']},
                                       {'variant': 'x32-static-pie',


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

* Re: [PATCH v2] build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration
  2021-07-23 17:04 [PATCH v2] build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration Florian Weimer via Libc-alpha
@ 2021-07-26  5:21 ` Siddhesh Poyarekar
  0 siblings, 0 replies; 2+ messages in thread
From: Siddhesh Poyarekar @ 2021-07-26  5:21 UTC (permalink / raw
  To: Florian Weimer, libc-alpha

On 7/23/21 10:34 PM, Florian Weimer via Libc-alpha wrote:
> This configuration exercises various --disable-* configure options.
> It is expected to catch -Werror failures that only affect these
> configurations.
> 
> ---
> v2: Use --disable-tunables.  Add --disable-experimental-malloc.
> 
>   scripts/build-many-glibcs.py | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index 6643bb6e92..5a77af90a6 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -425,6 +425,16 @@ class Context(object):
>                                   {'arch': 'i686', 'ccopts': '-m32 -march=i686'}],
>                           extra_glibcs=[{'variant': 'disable-multi-arch',
>                                          'cfg': ['--disable-multi-arch']},
> +                                      {'variant': 'minimal',
> +                                       'cfg': ['--disable-multi-arch',
> +                                               '--disable-profile',
> +                                               '--disable-timezone-tools',
> +                                               '--disable-mathvec',
> +                                               '--disable-tunables',
> +                                               '--disable-crypt',
> +                                               '--disable-experimental-malloc',
> +                                               '--disable-build-nscd',
> +                                               '--disable-nscd']},
>                                         {'variant': 'static-pie',
>                                          'cfg': ['--enable-static-pie']},
>                                         {'variant': 'x32-static-pie',
> 

Looks ok to me.

Siddhesh

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

end of thread, other threads:[~2021-07-26  5:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-23 17:04 [PATCH v2] build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration Florian Weimer via Libc-alpha
2021-07-26  5:21 ` Siddhesh Poyarekar

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).