public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration
@ 2021-07-28 16:02 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2021-07-28 16:02 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5f18453d1c60d1069df6db81fc09ab9fc7ea7b80

commit 5f18453d1c60d1069df6db81fc09ab9fc7ea7b80
Author: Florian Weimer <fweimer@redhat.com>
Date:   Wed Jul 28 14:47:33 2021 +0200

    build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration
    
    This configuration exercises various --disable-* configure options.
    It is expected to catch -Werror failures that only affect these
    configurations.

Diff:
---
 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	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-28 16:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28 16:02 [glibc] build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration Florian Weimer

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