]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Fix] Remove -j flag from ninja in all BSD workflows 5729/head
authorVsevolod Stakhov <vsevolod@rspamd.com>
Tue, 4 Nov 2025 12:39:00 +0000 (12:39 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Tue, 4 Nov 2025 12:39:00 +0000 (12:39 +0000)
commit3eda79318f69838b5f5553c155c44a23d633eb10
treedb518fbca9f4b5ba6c057567457fb1432b35b237
parentd1bbdfcae8321b20f1793a9673f4f8375d5a4119
[Fix] Remove -j flag from ninja in all BSD workflows

Let ninja automatically determine optimal parallelism instead of
using sysctl which may not be available or in PATH on all BSD systems.

Ninja uses (CPU cores + 2) by default which is optimal for most cases.
.github/workflows/freebsd_build.yml
.github/workflows/netbsd_build.yml
.github/workflows/openbsd_build.yml