[master] d1535c2bf circleci: The distcheck jobs don't need dist

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Feb 15 07:11:05 UTC 2022


commit d1535c2bffbc3328ed9f13197f974982be3ed2ac
Author: Guillaume Quintard <guillaume.quintard at gmail.com>
Date:   Sun Feb 13 19:03:05 2022 -0800

    circleci: The distcheck jobs don't need dist
    
    The dist job is here to create a dist archive that serves as input for
    packaging jobs. The distcheck jobs work directly from a git clone.

diff --git a/.circleci/config.yml b/.circleci/config.yml
index eda0536a0..eec999dbf 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -342,7 +342,6 @@ workflows:
   version: 2
   commit:
     jobs:
-      - dist
       - distcheck:
           name: distcheck_centos_7
           dist: centos


More information about the varnish-commit mailing list