]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
FreeBSD's pip is called pip
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 28 Aug 2024 16:58:16 +0000 (11:58 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 28 Aug 2024 16:58:34 +0000 (11:58 -0500)
.github/workflows/ci-freebsd.yml
.github/workflows/ci.yml

index 56eacf62a2b902a572f06115fe7c10d6634d6a73..ca2caf700fada8d8c93b09e2cd1168328e7b63da 100644 (file)
@@ -86,7 +86,7 @@ jobs:
             sqlite3              \
             talloc               \
             unixODBC
-          PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install tacacs_plus
+          PIP_BREAK_SYSTEM_PACKAGES=1 pip install tacacs_plus
           echo "#! /bin/sh"        | sudo tee /usr/local/bin/nproc
           echo "sysctl -n hw.ncpu" | sudo tee -a /usr/local/bin/nproc
           sudo chmod +x /usr/local/bin/nproc
index 52115376ed5c5c5f237c4518acfa0f9ce50f9600..00e21d6ea65788430a661c793146c88a86d72cb8 100644 (file)
@@ -68,8 +68,6 @@ jobs:
         #  code    - the name/version of the OS (for step evaluations below)
         #  docker  - the docker image name, if containers are being used
         #  name    - used in the job name only
-
-        #  Add this back when the base self-hosted docker image has been updated to 24.04
         os:
           - runs_on: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'self-hosted' || 'ubuntu-20.04' }}"
             docker: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'docker.internal.networkradius.com/self-hosted' || 'ubuntu:24.04' }}"