[master] e0187925c circleci: Switch to the arch:base-devel image

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Feb 7 06:52:09 UTC 2022


commit e0187925c9a81f366dc7cbd28c50a7754382750b
Author: Guillaume Quintard <guillaume.quintard at gmail.com>
Date:   Tue Feb 1 20:19:33 2022 -0800

    circleci: Switch to the arch:base-devel image

diff --git a/.circleci/Dockerfile.archlinux b/.circleci/Dockerfile.archlinux
index c90140d43..b326662cc 100644
--- a/.circleci/Dockerfile.archlinux
+++ b/.circleci/Dockerfile.archlinux
@@ -1,8 +1,7 @@
-FROM archlinux
+FROM archlinux:base-devel
 
 RUN set -e; \
 	pacman -Sy --noconfirm \
-	       base-devel \
 	       ca-certificates \
 	       cpio \
 	       git \
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 1b4a24342..77f78ff1e 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -285,7 +285,6 @@ jobs:
                 patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" && bsdtar -C / -xvf "$patched_glibc"
                 cd -
                 pacman -Sy --noconfirm \
-                    base-devel \
                     ca-certificates \
                     cpio \
                     git \
@@ -374,7 +373,7 @@ workflows:
       - distcheck:
           name: distcheck_archlinux
           dist: archlinux
-          release: "latest"
+          release: base-devel
   nightly:
     triggers:
       - schedule:


More information about the varnish-commit mailing list