From patchwork Tue Dec 14 16:44:53 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Schwinge X-Patchwork-Id: 48903 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 42729385843D for ; Tue, 14 Dec 2021 16:45:13 +0000 (GMT) X-Original-To: libabigail@sourceware.org Delivered-To: libabigail@sourceware.org Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.31.25]) by sourceware.org (Postfix) with ESMTPS id CFAE53858435 for ; Tue, 14 Dec 2021 16:45:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CFAE53858435 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=schwinge.name Received: from [192.94.31.2] (helo=dem-tschwing-1.ger.mentorg.com) by smtprelay02.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mxAv2-0004ss-1s; Tue, 14 Dec 2021 17:44:48 +0100 Received: (nullmailer pid 3237295 invoked by uid 1000); Tue, 14 Dec 2021 16:45:04 -0000 From: Thomas Schwinge To: libabigail@sourceware.org, Dodji Seketeli Subject: [PATCH] Further update 'make distcheck-fast' Date: Tue, 14 Dec 2021 17:44:53 +0100 Message-Id: <20211214164453.3237230-1-thomas@codesourcery.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <87a6h4qx9q.fsf@seketeli.org> References: <87a6h4qx9q.fsf@seketeli.org> MIME-Version: 1.0 X-Df-Sender: b3V0Z29pbmdAc2Nod2luZ2UubmFtZQ== X-Spam-Status: No, score=-11.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , Cc: Matthias Maennich , Thomas Schwinge Errors-To: libabigail-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libabigail" What got pushed in recent commit 497357cfd5793e5364a92080d9fae40cf94dc7dd "Better highlight 'make distcheck-fast'" was the initial submission, before the changes I made after Matthias Maennich's review. So here they are again. * CONTRIBUTING: Further update 'make distcheck-fast'. Suggested-by: Matthias Maennich Signed-off-by: Thomas Schwinge --- CONTRIBUTING | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index f7cef0a8..24a483b2 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -72,7 +72,8 @@ there. Here, "make distcheck-fast" is a variant of the standard "make distcheck". It compresses with "--fast" instead of default "--best", and is significantly faster, given the size of the distribution. You very likely -want to use that one for local regression testing. +want to use that one for local regression testing. (However, don't use +"make distcheck-fast" to create artifacts for distribution.) You can also launch this in parallel by doing: @@ -91,7 +92,7 @@ into the ABIXML format and then compares the ABI internal representation gathered from the libabigail.so binary against the one gathered from the ABIXML format. The two should be equal if everything goes right. This is an important regression test. The -problem is that it can takes twice as much time as "make distcheck-fast". +problem is that it can take a considerable amount of time. So we've put it into its own separate target. So, to be complete the regression checking command to run against your