From: Arran Cudbard-Bell Date: Fri, 21 Oct 2022 18:57:14 +0000 (-0400) Subject: Except when a test sneakily creates a wrapper script X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdc618e62e21ee890ab827ed52c0c90ba3c0a1e7;p=thirdparty%2Ffreeradius-server.git Except when a test sneakily creates a wrapper script but then not so sneakily fails to catch all the previous sysctl instances --- diff --git a/.github/workflows/ci-freebsd.yml b/.github/workflows/ci-freebsd.yml index e23a2299603..f9bfd52061e 100644 --- a/.github/workflows/ci-freebsd.yml +++ b/.github/workflows/ci-freebsd.yml @@ -88,8 +88,8 @@ jobs: freebsd-version cd freeradius ./configure - gmake -j `sysctl -n hw.ncpu` - gmake -j `sysctl -n hw.ncpu` test.keywords test.unit test.modules test.auth test.digest + gmake -j `nproc` + gmake -j `nproc` 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)