From 0be51eeaeb95f1f5da6304141161f64dca98c522 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Wed, 13 Jan 2021 21:37:21 -0800 Subject: [PATCH] Compile setuid binary ahead of time in CI --- tools/ci-run.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci-run.bash b/tools/ci-run.bash index def5839..86cb7af 100755 --- a/tools/ci-run.bash +++ b/tools/ci-run.bash @@ -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