Compare commits

...

3 Commits

Author SHA1 Message Date
6cc70b4563 cmake is slow... 2025-11-19 09:08:17 +01:00
f7b7d12a7b Faster ! 2025-11-19 08:22:51 +01:00
d275483563 Remove unneeded pgsql 2025-11-19 06:12:42 +01:00
2 changed files with 1 additions and 7 deletions

View File

@ -234,7 +234,7 @@ NO_RESTRICTED=no
# List of packages that will always be allowed to use MAKE_JOBS # List of packages that will always be allowed to use MAKE_JOBS
# regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports # regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports
# which holdup the rest of the queue to build more quickly. # 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* cmake*"
# List of package name globs that should never build at the same time. # List of package name globs that should never build at the same time.
# # Default: none # # Default: none

View File

@ -6,12 +6,6 @@ www/gitlab-pages
devel/gitlab-shell devel/gitlab-shell
www/gitlab-workhorse www/gitlab-workhorse
textproc/gitlab-elasticsearch-indexer textproc/gitlab-elasticsearch-indexer
databases/postgresql13-client
databases/postgresql13-server
databases/postgresql13-contrib
databases/postgresql14-client
databases/postgresql14-server
databases/postgresql14-contrib
databases/postgresql16-client databases/postgresql16-client
databases/postgresql16-server databases/postgresql16-server
databases/postgresql16-contrib databases/postgresql16-contrib