From nobody Mon Nov 7 21:36:42 2022 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4N5l1F6bqqz4gRqF for ; Mon, 7 Nov 2022 21:36:49 +0000 (UTC) (envelope-from beastieboy@beastieboy.net) Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [IPv6:2001:4b98:dc4:8::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4N5l1D4Bg3z3Rsy for ; Mon, 7 Nov 2022 21:36:48 +0000 (UTC) (envelope-from beastieboy@beastieboy.net) Received: (Authenticated sender: beastieboy@beastieboy.net) by relay.mail.gandi.net (Postfix) with ESMTPSA id 510EE240003; Mon, 7 Nov 2022 21:36:44 +0000 (UTC) From: Nicolas Herry To: Fernando =?utf-8?Q?Apestegu=C3=ADa?= Cc: User Questions Subject: Re: Testing ports of rust software w/o building rustc References: <86h6zajyd0.fsf@beastieboy.net> Date: Mon, 07 Nov 2022 22:36:42 +0100 In-Reply-To: ("Fernando =?utf-8?Q?Apestegu=C3=ADa=22's?= message of "Mon, 7 Nov 2022 21:54:10 +0100") Message-ID: <86bkpiih05.fsf@beastieboy.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (berkeley-unix) List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4N5l1D4Bg3z3Rsy X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of beastieboy@beastieboy.net designates 2001:4b98:dc4:8::230 as permitted sender) smtp.mailfrom=beastieboy@beastieboy.net X-Spamd-Result: default: False [-3.36 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; NEURAL_HAM_SHORT(-0.96)[-0.961]; R_SPF_ALLOW(-0.20)[+ip6:2001:4b98:dc4:8::/64:c]; MIME_GOOD(-0.10)[text/plain]; RCVD_IN_DNSWL_LOW(-0.10)[2001:4b98:dc4:8::230:from]; TAGGED_RCPT(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FREEMAIL_TO(0.00)[gmail.com]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:29169, ipnet:2001:4b98::/32, country:FR]; FROM_HAS_DN(0.00)[]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_TWO(0.00)[2]; DMARC_NA(0.00)[beastieboy.net]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_TLS_ALL(0.00)[]; TO_DN_ALL(0.00)[]; ARC_NA(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Fernando Apestegu=C3=ADa writes: > Is there a way to avoid having to build rustc and yet test the port in > isolation, to be sure I've captured all the dependencies? Or is there > something I'm missing here I should be doing? > > Try to configure poudriere not to use many parallel jobs. Also try not to= put too many things in tmpfs. Everything else has been built, only rust was left (as it takes literally hours to build...), so I had only one job running then. > Additionally you could try poudriere-devel since it has the ability to do= wnload packages if they are present in the package > repository instead of rebuilding them. Ah-ha! I need to look into that! Sounds almost too good to be true! > I really enjoy the moment when it downloads llvm, GCC, rustic, cmake, etc= :-) :)=20