[master] 9b5c541bd [cci] base-devel covers some of our needs

Guillaume Quintard guillaume at varnish-software.com
Tue Jan 12 19:23:07 UTC 2021


commit 9b5c541bd3bb3f03ad4f1e264b7e57df3b5b4c2d
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Tue Jan 12 11:22:42 2021 -0800

    [cci] base-devel covers some of our needs

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 371654ba7..fd5658910 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -204,11 +204,9 @@ jobs:
                     sudo
             elif [ << parameters.dist >> = archlinux ]; then
                 pacman -Sy --noconfirm \
-                    autoconf \
-                    automake \
+                    base-devel \
                     ca-certificates \
                     cpio \
-                    gzip \
                     libedit \
                     libtool \
                     libunwind \
@@ -216,8 +214,7 @@ jobs:
                     pcre \
                     python-docutils \
                     python-sphinx \
-                    tar \
-                    sudo
+                    tar
             fi
       - attach_workspace:
           at: /workspace


More information about the varnish-commit mailing list