tech-pkg archive

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

Re: CVS commit: pkgsrc/devel/py-maturin



"Jonathan Perkin" <jperkin%netbsd.org@localhost> writes:

> +MAKE_ENV+=	CARGO_BUILD_JOBS=${_MAKE_JOBS_N:U1}

Is this something that should be could/should be hoisted to some
rust/cargo.mk, or is it a specific woe of maturin?

We're having a similar problem with go, that I mentioned long ago, and
seems not fixed.   I tried to fix it, but go seems super insistent on
spinning up n threads equal to ncpu.  Combined with a reasonable
MAKE_JOBS, that's really problematic besides being wrong.


Home | Main Index | Thread Index | Old Index