From: Arran Cudbard-Bell Date: Fri, 21 Oct 2022 18:53:06 +0000 (-0400) Subject: nproc doesn't exist on freebsd X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95f4c2de3d6efef2bf4c96efca54d1e122342f61;p=thirdparty%2Ffreeradius-server.git nproc doesn't exist on freebsd --- diff --git a/.github/workflows/ci-freebsd.yml b/.github/workflows/ci-freebsd.yml index 7b577b77979..e23a2299603 100644 --- a/.github/workflows/ci-freebsd.yml +++ b/.github/workflows/ci-freebsd.yml @@ -89,7 +89,7 @@ jobs: cd freeradius ./configure gmake -j `sysctl -n hw.ncpu` - gmake -j `nproc` test.keywords test.unit test.modules test.auth test.digest + gmake -j `sysctl -n hw.ncpu` test.keywords test.unit test.modules test.auth test.digest gmake test # Minimise rsync pushback as it often fails with "ssh_dispatch_run_fatal: Connection to A.B.C.D: message authentication code incorrect" git config --global --add safe.directory $(pwd)