]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
nproc doesn't exist on freebsd
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 21 Oct 2022 18:53:06 +0000 (14:53 -0400)
committerGitHub <noreply@github.com>
Fri, 21 Oct 2022 18:53:06 +0000 (14:53 -0400)
.github/workflows/ci-freebsd.yml

index 7b577b77979c59be392b7b06f78d3f561a52fb5a..e23a22996032d715f6158df3da74060631429dc9 100644 (file)
@@ -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)