From nobody Fri Nov 11 20:23:28 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 4N89Bt2CbYz4fwSZ for ; Fri, 11 Nov 2022 20:23:34 +0000 (UTC) (envelope-from beastieboy@beastieboy.net) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) (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 4N89Bs2vHkz4PXM for ; Fri, 11 Nov 2022 20:23:33 +0000 (UTC) (envelope-from beastieboy@beastieboy.net) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of beastieboy@beastieboy.net designates 217.70.183.199 as permitted sender) smtp.mailfrom=beastieboy@beastieboy.net; dmarc=none Received: (Authenticated sender: beastieboy@beastieboy.net) by relay.mail.gandi.net (Postfix) with ESMTPSA id 2E4AFFF804; Fri, 11 Nov 2022 20:23:29 +0000 (UTC) From: Nicolas Herry To: Paul Mather Cc: Fernando =?utf-8?Q?Apestegu=C3=ADa?= , User Questions Subject: Re: Testing ports of rust software w/o building rustc References: <86h6zajyd0.fsf@beastieboy.net> <86bkpiih05.fsf@beastieboy.net> <42FCFC04-FFB4-41BC-BD1D-009F77A90B65@gromit.dlib.vt.edu> Date: Fri, 11 Nov 2022 21:23:28 +0100 In-Reply-To: <42FCFC04-FFB4-41BC-BD1D-009F77A90B65@gromit.dlib.vt.edu> (Paul Mather's message of "Thu, 10 Nov 2022 11:50:42 -0500") Message-ID: <86leohfdfj.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 X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.40 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; R_SPF_ALLOW(-0.20)[+ip4:217.70.183.192/28]; MIME_GOOD(-0.10)[text/plain]; RCVD_IN_DNSWL_LOW(-0.10)[217.70.183.199:from]; MIME_TRACE(0.00)[0:+]; FREEMAIL_CC(0.00)[gmail.com,freebsd.org]; RWL_MAILSPIKE_POSSIBLE(0.00)[217.70.183.199:from]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:29169, ipnet:217.70.176.0/20, country:FR]; TO_DN_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_HAS_DN(0.00)[]; TAGGED_RCPT(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[beastieboy.net]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4N89Bs2vHkz4PXM X-ThisMailContainsUnwantedMimeParts: N Paul Mather writes: > I got tired, too, of Rust taking many many hours to build, so I > decided to install the ports-mgmt/sccache-overlay port to speed things > up (it extends ccache functionality to Rust software). It helps, plus > you also get a ccache speed boost to those other heavyweight ports > like llvm* and gcc* if you're not already using ccache... Then I'm curious now: why not opt for poudriere-devel (and binary downloads)? Do you need to pass specific options to the compilation of Rust? -- Nicolas