Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Some aarch64 issues



* On 2018-11-10 at 19:28 GMT, John Klos wrote:

> Rust is hands down a pain. It can barely compile, if you're lucky,
> on an amd64 system with 32 gigs or more of memory and MAKE_JOBS=1.
> I've taken to recompiling in a loop until it succeeds.

What you were probably seeing is that we weren't enforcing MAKE_JOBS,
and the rust build system was using as many cores as it found.  I
recently fixed this so that it will correctly use MAKE_JOBS now.

That said, it still compiled fine on my 48-core SmartOS build systems
(so was using -j48) which only have 16GB per zone, so maybe it uses a
lot more memory on NetBSD systems compared to others?

-- 
Jonathan Perkin  -  Joyent, Inc.  -  www.joyent.com


Home | Main Index | Thread Index | Old Index