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
# 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' }}"