On 18. 04. 23 11:24, Florian Weimer wrote:
What's the best way to disable to disable parallel (make) builds?
This?
%undefine _smp_build_ncpus
It seems it will set RPM_BUILD_NCPUS to the empty string, though.
Set it to 1.
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
On Tue, Apr 18, 2023 at 01:50:32PM +0300, Panu Matilainen wrote:
> On 4/18/23 12:24, Florian Weimer wrote:
> >What's the best way to disable to disable parallel (make) builds?
> >
> >This?
> >
> >%undefine _smp_build_ncpus
> >
> >It seems it will set RPM_BUILD_NCPUS to the empty string, though.
>
On 4/18/23 12:24, Florian Weimer wrote:
What's the best way to disable to disable parallel (make) builds?
This?
%undefine _smp_build_ncpus
It seems it will set RPM_BUILD_NCPUS to the empty string, though.
No, don't do that. It depends on where you want to do it. From a spec
(typically for a
Maybe
%global numjobs 1
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: ht