Compile setuid binary ahead of time in CI
This commit is contained in:
parent
83d2873636
commit
0be51eeaeb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue