[archlinux_tests] 149c0a97e [cci][wip] dumb test

Guillaume Quintard guillaume at varnish-software.com
Tue Apr 13 00:46:05 UTC 2021


commit 149c0a97ef22300677f21a5d30aac66958380f91
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Mon Apr 12 17:45:36 2021 -0700

    [cci][wip] dumb test

diff --git a/.circleci/config.yml b/.circleci/config.yml
index fe8f62e96..6f27d151e 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -126,6 +126,13 @@ jobs:
           root: .
           paths:
             - "packages"
+  arch_test:
+    docker:
+      - image: archlinux:latest
+    steps:
+      - run:
+          command: |
+            pacman -Suy --noconfirm
   distcheck:
     parameters:
       dist:
@@ -274,6 +281,7 @@ workflows:
   version: 2
   commit:
     jobs:
+      - arch_test
       - dist
       - distcheck:
           name: distcheck_centos_7


More information about the varnish-commit mailing list