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%pkgsrc.org@localhost> writes:
> * On 2025-10-28 at 15:52 GMT, Greg Troxel wrote:
>
>>"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?
>
> I think that this is already handled by the bits you added to
> devel/py-maturin/tool.mk a while back, but maturin itself obviously
> doesn't use that so my change makes the corresponding fix for maturin
> itself.
I think you  are referring to
  WHEEL_ARGS+=    -Cbuild-args=${_MAKE_JOBS}
and cvs blame points at you.  I had no recollection, but regardless it
makes sense.
> It's likely there are still more abusers here but it's hard to detect
> them, all I get are build failures due to the machine getting far too
> overloaded with runaway processes.  I happened to notice this one
> during a manual build.
Thanks; good to know we're at least mostly ok.
Home |
Main Index |
Thread Index |
Old Index