]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
...and no one actually put the sneaky alias in FreeBSD
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 21 Oct 2022 19:02:25 +0000 (15:02 -0400)
committerGitHub <noreply@github.com>
Fri, 21 Oct 2022 19:02:25 +0000 (15:02 -0400)
.github/workflows/ci-freebsd.yml

index f9bfd52061ed0367ef1915904966abe3dc7e4f50..bd8f194f17915f84d62e49c7052dae7fef9ce15f 100644 (file)
@@ -84,6 +84,9 @@ jobs:
             talloc               \
             unixODBC
           pip install tacacs_plus
+          echo "#! /bin/sh"               > /usr/local/bin/nproc
+          echo "sysctl -n hw.ncpu"        >> /usr/local/bin/nproc
+          chmod +x /usr/local/bin/nproc
         run: |
           freebsd-version
           cd freeradius