Compile setuid binary ahead of time in CI

This commit is contained in:
Radon Rosborough 2021-01-13 21:37:21 -08:00
parent 83d2873636
commit 0be51eeaeb
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@ set -euo pipefail
echo "${DOCKER_PASSWORD}" | sudo -E docker login --username "${DOCKER_USERNAME}" --password-stdin
make shell I=runtime CMD="make system"
make publish Z=1