poudriere: howto build ports with 'make -j x'?

Tobias Kortkamp t at tobik.me
Sat Aug 6 15:27:35 UTC 2016


Hi Michael,

you can set ALLOW_MAKE_JOBS_PACKAGES in /usr/local/etc/poudriere.conf to
do that. 

# List of packages that will always be allowed to use MAKE_JOBS
# regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports
# which holdup the rest of the queue to build more quickly.
#ALLOW_MAKE_JOBS_PACKAGES="pkg ccache py*"

and MAKE_JOBS_NUMBER in jailname-make.conf to set the number of jobs you
want.

On Sat, Aug 6, 2016, at 17:16, Michael Grimm wrote:
> Hi,
> 
> I am used to build my ports by poudriere in parallel (-J x). But I do
> want to build specific ports in parallel per se (make -j x) just to speed
> up build times of huge ports like mariadb101-server.
> 
> I did try to add an MAKEOPTS="-j8" into poudriere's specific
> jailname-make.conf file, and I did try to use a
> jailname-setfile-make.conf as well. But that didn't work for me.
> 
> What would be the correct way to achieve what I want?
> 
> Thanks and regards,
> Michael
> 
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"


More information about the freebsd-ports mailing list