mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-30 07:29:33 +02:00
Limit make jobs to 10 when making RPMs
This commit is contained in:
parent
e9b098c946
commit
98bf67b844
@ -98,7 +98,7 @@ associated with.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --libexecdir=@libexecdir@ --sysconfdir=@sysconfdir@ @RDXPORTDEBUG@
|
%configure --libexecdir=@libexecdir@ --sysconfdir=@sysconfdir@ @RDXPORTDEBUG@
|
||||||
make -j
|
make -j 10
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user