Re: git: 7a740b7c908f - main - */tex*: Update version 20230313=>20240312
Date: Fri, 31 May 2024 11:08:50 UTC
On Fri, 31 May 2024 at 13:02, Po-Chuan Hsieh <sunpoet@freebsd.org> wrote: > I always use "poudriere bulk -r -t" > -r Recursively test all dependencies as well. This flag is > automatically set when using -at. > -t Add some testing to the specified ports. Add -r to recursively > test all port dependencies as well. When used with -a then -rk > are implied. > > The side effect is it will block the build if the check fails. > For example, devel/doxygen has an fs_violation issue (caused by fontconfig db). > I have to build it manually without the -t flag. -k Do not consider failures to be fatal when using -t. Do not skip dependent ports on findings. This flag is automatically set when using -at.