From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (elastic.org [96.126.110.187]) by sourceware.org (Postfix) with ESMTPS id 3351E398641B for ; Sun, 20 Nov 2022 15:31:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3351E398641B Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=elastic.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=elastic.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elastic.org ; s=default2; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=YAKlIG9X7FaHWFnWGZ/Nru25ywmK6ZLTmVtqNwRX/mE=; b=RaZQ4zICVuWXzLhxGhjQWVvJlm dAcXquKu2ZbuNS1l1vFH1eYAu8UtT4cOPLsT1FE9cKpPt2ZhxG3zFKijAF3LCur8G9KRBKziiGdn/ /fW+Uzdzt78JUSkLApc78QYUWVxAk1ChLwQba55vLLi57+skLzZNuKLeFOmJ34aTFE/MHgPsLeb6b I6p2bp7CQTtfvWIlAbdOo8YiIb2QEkQw6Mec8TWVt37jjbrgmbPOYNhGsxw1q5pkQfaUfBxqtbCPz ZdZXuxDrqMvE2sbJN5kMP6gSkrwVTSKznINPhjvuKBtIHy9NBG6GFsSOAmWLAX5SDjMITrd8Vfo0i eQuMzChA==; Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1owmIQ-0007E2-06; Sun, 20 Nov 2022 15:31:50 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.96) (envelope-from ) id 1owmIP-0002MG-2P; Sun, 20 Nov 2022 10:31:49 -0500 Received: from fche by very.elastic.org with local (Exim 4.96) (envelope-from ) id 1owmIP-00CbLF-2C; Sun, 20 Nov 2022 10:31:49 -0500 Date: Sun, 20 Nov 2022 10:31:49 -0500 From: "Frank Ch. Eigler" To: Arsen =?utf-8?Q?Arsenovi=C4=87?= Cc: "Jose E. Marchesi" , Arsen =?utf-8?Q?Arsenovi=C4=87?= via poke-devel , positron@gnu.org, buildbot@sourceware.org Subject: Re: [PATCH builder.git] master.cfg: add GNU poke builder Message-ID: References: <20221119233644.911898-1-arsen@aarsen.me> <877czpalt4.fsf@gnu.org> <86edtxvlbn.fsf@aarsen.me> <867czpvfo8.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <867czpvfo8.fsf@aarsen.me> X-Sender-Verification: "" X-Spam-Status: No, score=-101.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP,USER_IN_WELCOMELIST,USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi - > make V=1 -j 17 > make -j17 V=1 check The .log/.sum files from this should stick around in the build tree testsuite/ directory, and one could insert a bunsen file upload step at this point. > make -j17 V=1 distcheck > > There's no resulting .log anywhere that ``find .'' could reach. I see what you mean, the poke-2.4 and its _build etc subdirs are all nuked. > I tried working around this by setting am__post_remove_distdir, but > that'd get inherited by the distcleancheck step and break it. I'm not > aware of a way to pass variables to just the top level make invocation. If you want to keep distcheck, you may be stuck with having to use the custom AM_DISTCHECK_CONFIGURE_FLAGS and propagate an autoconf/automake conditional to trigger a post-"check" copy of the poke-2.4/_build/sub/testsuite directory out to a preserved location. - FChE