From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,PDS_RDNS_DYNAMIC_FP,RCVD_IN_DNSWL_MED, RDNS_DYNAMIC,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 8F3471F8C6 for ; Mon, 26 Jul 2021 05:22:11 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9C98E386FC16 for ; Mon, 26 Jul 2021 05:22:10 +0000 (GMT) Received: from beige.elm.relay.mailchannels.net (beige.elm.relay.mailchannels.net [23.83.212.16]) by sourceware.org (Postfix) with ESMTPS id A08753857C4B for ; Mon, 26 Jul 2021 05:21:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A08753857C4B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id E17AE321CC9; Mon, 26 Jul 2021 05:21:56 +0000 (UTC) Received: from pdx1-sub0-mail-a55.g.dreamhost.com (100-101-162-68.trex.outbound.svc.cluster.local [100.101.162.68]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 7FE4A321F5D; Mon, 26 Jul 2021 05:21:56 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a55.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.101.162.68 (trex/6.3.3); Mon, 26 Jul 2021 05:21:56 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Occur-Thoughtful: 6703cf5a0863311c_1627276916739_2943315891 X-MC-Loop-Signature: 1627276916739:576157970 X-MC-Ingress-Time: 1627276916739 Received: from pdx1-sub0-mail-a55.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a55.g.dreamhost.com (Postfix) with ESMTP id 31BAA87A91; Sun, 25 Jul 2021 22:21:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=QhxmnO zgOGDwWhEPa9RPq8Qk/Uw=; b=W8Gsu6I0Z0IE51IkSNqngHMAoVj04J3ZzHeYtu 70HLp+A85s8bIXsO8peK7TAFXMnLH16I0KwAAyA7ZsSNEkPBDULE9RpWm/l10LoD /dPMwBpz9ii+gGHJfm8jVjFAKTWudJtzrQZb769sbw89vIu4wcEntI2IuaAzu5f5 8Vi8s= Received: from [192.168.1.143] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a55.g.dreamhost.com (Postfix) with ESMTPSA id 4E31D7EFDE; Sun, 25 Jul 2021 22:21:53 -0700 (PDT) Subject: Re: [PATCH v2] build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration To: Florian Weimer , libc-alpha@sourceware.org References: <87y29xc66r.fsf@oldenburg.str.redhat.com> X-DH-BACKEND: pdx1-sub0-mail-a55 From: Siddhesh Poyarekar Message-ID: Date: Mon, 26 Jul 2021 10:51:48 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <87y29xc66r.fsf@oldenburg.str.redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "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