Re: lang/rust is super slow to build
- Reply: Gerard E. Seibert: "Re: lang/rust is super slow to build"
- In reply to: Pat Maddox: "lang/rust is super slow to build"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Dec 2022 15:26:59 UTC
On Mon, Dec 12, 2022 at 11:27:45AM -0800, Pat Maddox wrote: >Using poudriere, lang/rust is at 2 hours and counting on my 10-core i9 >w/ 128 gigs of RAM. > >Does that sound right? It seems extremely slow to me, but this is my >first time building it. > >How long does it take others to build? What options are you using, or >any other suggestions for shortening the time? Have you tried devel/sccache and ports-mgmt/sccache-overlay which does for rust what ccache does for C ? --