public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Florian Weimer <fw@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration
Date: Wed, 28 Jul 2021 16:02:09 +0000 (GMT)	[thread overview]
Message-ID: <20210728160209.3D548399C009@sourceware.org> (raw)

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',


                 reply	other threads:[~2021-07-28 16:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210728160209.3D548399C009@sourceware.org \
    --to=fw@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).