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

Ultima ultima1252 at gmail.com
Sat Aug 6 18:13:41 UTC 2016


If you plan on running build in parallel it maybe necessary to also
set MAKE_JOBS_NUMBER_LIMIT= into the make.conf file as well.

On Sat, Aug 6, 2016 at 11:49 AM, Michael Grimm <trashcan at ellael.org> wrote:

> Christian Schwarz <me at cschwarz.com> wrote:
>
> > From my poudriere.conf:
> >
> >  # By default MAKE_JOBS is disabled to allow only one process per cpu
> >  # Use the following to allow it anyway
> >  ALLOW_MAKE_JOBS=no
> >
> >  # 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* perl5.20"
> >
> > Hope this helps!
>
> Yes, it helped. Especially me being blind to find that in the first place
> :-(
>
> Thanks to all who helped me finding these knobs.
>
> 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