From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id YN/+ETgmfF98FgAA0tVLHw (envelope-from ) for ; Tue, 06 Oct 2020 08:09:28 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id eRK9DTgmfF/0KgAAB5/wlQ (envelope-from ) for ; Tue, 06 Oct 2020 08:09:28 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 74F019402A0 for ; Tue, 6 Oct 2020 08:09:27 +0000 (UTC) Received: from localhost ([::1]:52226 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPi2I-0003EO-1V for larch@yhetil.org; Tue, 06 Oct 2020 04:09:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41914) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kPhbm-0002go-CW for bug-guix@gnu.org; Tue, 06 Oct 2020 03:42:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39925) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kPhbm-0002uO-11 for bug-guix@gnu.org; Tue, 06 Oct 2020 03:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kPhbl-0006Uc-Ve for bug-guix@gnu.org; Tue, 06 Oct 2020 03:42:01 -0400 Subject: bug#43810: ripgrep and fd create .crates.toml which reference to build dir. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Tue, 06 Oct 2020 07:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43810 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Zhu Zihao Mail-Followup-To: 43810@debbugs.gnu.org, efraim@flashner.co.il, all_but_last@163.com Received: via spool by 43810-done@debbugs.gnu.org id=D43810.160197007124892 (code D ref 43810); Tue, 06 Oct 2020 07:42:01 +0000 Received: (at 43810-done) by debbugs.gnu.org; 6 Oct 2020 07:41:11 +0000 Received: from localhost ([127.0.0.1]:51469 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPhax-0006TQ-15 for submit@debbugs.gnu.org; Tue, 06 Oct 2020 03:41:11 -0400 Received: from flashner.co.il ([178.62.234.194]:60648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPhar-0006Sd-O2 for 43810-done@debbugs.gnu.org; Tue, 06 Oct 2020 03:41:09 -0400 Received: from localhost (unknown [31.210.181.177]) by flashner.co.il (Postfix) with ESMTPSA id 2A799404CF; Tue, 6 Oct 2020 07:40:58 +0000 (UTC) Date: Tue, 6 Oct 2020 10:40:23 +0300 From: Efraim Flashner Message-ID: <20201006074023.GE21174@E5400> References: <1a426c2b.160d.174f7b9389f.Coremail.all_but_last@163.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="maH1Gajj2nflutpK" Content-Disposition: inline In-Reply-To: <1a426c2b.160d.174f7b9389f.Coremail.all_but_last@163.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 43810-done@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: 0.69 X-TUID: /NF0BGUqOvIF --maH1Gajj2nflutpK Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I've pushed a patch to remove this file during the install phase when building crates & rust apps. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --maH1Gajj2nflutpK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl98H2YACgkQQarn3Mo9 g1ET6g/+PBSVNfJu9qp5qvMjldHQaNPFYXQ5rtk3lgpVb1WnK7b3mUGIYF3i7qMJ iRZWCVA7wpUzkZvSMAk6cW6rPLPVvdIyIPPvsZG4xh5WwPxUE1nvOa8MSQKm5Qk/ 2Fx5MHY9+n1gbukiybVok9yhv8aLk3scLVkZ4aANLftxh94x00y22qNbhd/6P39h fLTG4O3urUSWA9EJk8omxHI+OdrCoqeAlP3VxH3iSvA7gLsNi0IRN6B1xxtqTMKE TGQWrhuG9orx4IxeSFsKhnlxY/0t7M1ETWMegu9ejVeHWHsXZFjtFDwKaxdU6oCA 1pBt7B3u3g19i8QvBDPhSqU+lIIJY9P5sxDAXc0qhYzUgU+CZGxvVezlCfPntyo9 MwI8sse+Pl2uIsb5CHZFvqfsurRhysxkhC/fzkkcJsktTAumLz6A0vt5od5AMe2C kYIvpbVNkjP5c5xGiFP49UZCAANU4wd5vTWF7faNsYVQZahdnEU33fIzaXur58Qf mIZQ1ZN6x5HLdkT8aTK8Lch/eL38/A6g6fOQTKF1XGOpIEWAumiZ+sE+dInX5TNs Ok0QZatvxYgg3U5co+PhY0qudaqhRTW2uSahI/Wtmkc9sY1RXDhGT+DUhFP1xRJV Fx/7OYQ3AMxYBpHMsNz4wl7eGYn1GW0WdiQFRSu6krSh6XWVlPg= =ODDp -----END PGP SIGNATURE----- --maH1Gajj2nflutpK--