* FreeBSD User <[email protected]> [20220902 06:37]: > For debugging purposes I already disabled parallel builds in our test > environment in make.conf or the appropriate counterpart located in > poudriere's LOCALBASE folder > (/usr/local/etc/poudriere.d/make.conf[.some_special_jail]), then > building the port works flawless. Enabling parallel builds the let > approx 8 out of 10 buildruns fail.
Then you should probably file a PR on bugzilla regarding this port, it
should set MAKE_JOBS_UNSAFE itself.
> I'd like do disable parallel builds preferrably only for the DOCS
> part, but it would also be all right for the port itself (build time
> is bearable), but I won't disable parallel builds in general,
> especially not for poudriere.
.if {.CURDIR:M*/category/port}
MAKE_JOBS_UNSAFE= yes
.endif
--
Felix Palmen <[email protected]> {private} [email protected]
-- ports committer (mentee) -- {web} http://palmen-it.de
{pgp public key} http://palmen-it.de/pub.txt
{pgp fingerprint} 6936 13D5 5BBF 4837 B212 3ACC 54AD E006 9879 F231
signature.asc
Description: PGP signature
