[master] 9d35b8417 [cci] apk packages need sudo

Guillaume Quintard guillaume at varnish-software.com
Fri Jun 18 07:58:06 UTC 2021


commit 9d35b8417085ef7c4ea2857645595a21b61aaed2
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Fri Jun 18 00:57:19 2021 -0700

    [cci] apk packages need sudo

diff --git a/.circleci/make-apk-packages.sh b/.circleci/make-apk-packages.sh
index 26b672c2c..a8b678f8f 100755
--- a/.circleci/make-apk-packages.sh
+++ b/.circleci/make-apk-packages.sh
@@ -2,7 +2,7 @@
 
 set -eux
 
-apk add -q --no-progress --update tar alpine-sdk
+apk add -q --no-progress --update tar alpine-sdk sudo
 
 echo "PARAM_RELEASE: $PARAM_RELEASE"
 echo "PARAM_DIST: $PARAM_DIST"


More information about the varnish-commit mailing list