From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id YCCXJET7K2BoCQAA0tVLHw (envelope-from ) for ; Tue, 16 Feb 2021 17:05:08 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id kBdHIET7K2DzWQAAB5/wlQ (envelope-from ) for ; Tue, 16 Feb 2021 17:05:08 +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 38AC223F28 for ; Tue, 16 Feb 2021 18:05:08 +0100 (CET) Received: from localhost ([::1]:38114 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lC3md-0002qo-Cg for larch@yhetil.org; Tue, 16 Feb 2021 12:05:07 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52004) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lC3SH-0005MI-3T for guix-patches@gnu.org; Tue, 16 Feb 2021 11:44:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58069) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lC3SD-0006cZ-V8 for guix-patches@gnu.org; Tue, 16 Feb 2021 11:44:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lC3SD-00047j-Rk for guix-patches@gnu.org; Tue, 16 Feb 2021 11:44:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#46162] [PATCH] staging gnu: Add more tools to rust outputs. References: <87eei4k9hn.fsf@asu.edu> Resent-From: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 16 Feb 2021 16:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46162 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "John Soo" Cc: 46162@debbugs.gnu.org, maxim.cournoyer@gmail.com Received: via spool by 46162-submit@debbugs.gnu.org id=B46162.161349380715777 (code B ref 46162); Tue, 16 Feb 2021 16:44:01 +0000 Received: (at 46162) by debbugs.gnu.org; 16 Feb 2021 16:43:27 +0000 Received: from localhost ([127.0.0.1]:41379 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lC3Rf-00046P-Kv for submit@debbugs.gnu.org; Tue, 16 Feb 2021 11:43:27 -0500 Received: from pat.zlotemysli.pl ([37.59.186.212]:52032) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lC3Rd-00046D-Ez for 46162@debbugs.gnu.org; Tue, 16 Feb 2021 11:43:26 -0500 Received: (qmail 2254 invoked by uid 1009); 16 Feb 2021 17:43:23 +0100 Received: from 188.123.215.55 (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl (envelope-from , uid 1002) with qmail-scanner-2.08st (clamdscan: 0.98.6/26075. spamassassin: 3.4.0. perlscan: 2.08st. Clear:RC:1(188.123.215.55):. Processed in 0.01484 secs); 16 Feb 2021 16:43:23 -0000 Received: from unknown (HELO localhost) (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl with SMTP; 16 Feb 2021 17:43:23 +0100 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 From: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Date: Tue, 16 Feb 2021 17:41:29 +0100 Message-Id: In-Reply-To: <87wnv80xvv.fsf@asu.edu> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: 0.14 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 38AC223F28 X-Spam-Score: 0.14 X-Migadu-Scanner: scn1.migadu.com X-TUID: 1O6t36QssxAq On Tue Feb 16, 2021 at 5:40 PM CET, John Soo wrote: > Hi Jakub, > > Jakub K=C4=85dzio=C5=82ka writes: > > > I don't think tools beyond rustc and cargo should be included in the > > main rust package, as this causes them to be built in each step of the > > bootstrap. I believe a better approach would be to define separate > > packages for them. > > Yeah that would make sense. Have we explored any of the incremental or > --keep-stage options to speedup the bootstrap? apteryx mentioned some experiments with those on #mrustc. Regards, Jakub K=C4=85dzio=C5=82ka