[master] 7c403fe78 [cci] arch needs a bit more than just sudo

Guillaume Quintard guillaume at varnish-software.com
Tue Jan 12 18:51:06 UTC 2021


commit 7c403fe78fc6e296f24b79891cee394dedbfdf70
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Tue Jan 12 10:50:25 2021 -0800

    [cci] arch needs a bit more than just sudo

diff --git a/.circleci/config.yml b/.circleci/config.yml
index f7873b711..f40caacc5 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -202,6 +202,23 @@ jobs:
                     py3-sphinx \
                     tar \
                     sudo
+            elif [ << parameters.dist >> = alpine ]; then
+                pacman -Sy --noconfirm \
+                    autoconf \
+                    automake \
+                    build-base \
+                    ca-certificates \
+                    cpio \
+                    gzip \
+                    libedit \
+                    libtool \
+                    libunwind \
+                    linux-headers \
+                    pcre \
+                    python-docutils \
+                    python-sphinx \
+                    tar \
+                    sudo
             fi
       - attach_workspace:
           at: /workspace
@@ -210,7 +227,6 @@ jobs:
           command: |
             tar xavf varnish-*.tar.gz --strip 1
             if [ << parameters.dist >> = archlinux ]; then
-                pacman -Sy vim --noconfirm sudo
                 useradd varnish
             elif [ << parameters.dist >> = centos ]; then
             	adduser varnish


More information about the varnish-commit mailing list