From f7b7d12a7b40633f53348f103ef79fd206425f81 Mon Sep 17 00:00:00 2001 From: Xavier Beaudouin Date: Wed, 19 Nov 2025 08:22:51 +0100 Subject: [PATCH] Faster ! --- poudriere/poudriere.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poudriere/poudriere.conf b/poudriere/poudriere.conf index 25cf892..cc568f5 100644 --- a/poudriere/poudriere.conf +++ b/poudriere/poudriere.conf @@ -234,7 +234,7 @@ NO_RESTRICTED=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* gcc* clang* llvm* openjdk* rust* erlang* node* mongodb* ghc* go* webkit2*" +ALLOW_MAKE_JOBS_PACKAGES="pkg ccache py* gcc* clang* llvm* openjdk* rust* erlang* node* mongodb* ghc* go* webkit2* grpc*" # List of package name globs that should never build at the same time. # # Default: none