[master] 3867a3984 travis: Drop distcheck from builds

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue May 11 05:57:06 UTC 2021


commit 3867a3984d0bc343ad39a2243f1f3528af728ff5
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue May 11 07:52:14 2021 +0200

    travis: Drop distcheck from builds
    
    There's no convenient way to parameterize configure arguments to pass
    them on to distcheck's configure step. We already run distcheck on
    circle ci and vtest, so it's simpler to simply run the check target.
    
    Refs 26e92d158080f34347d529b3952d0e6d4dd94f22

diff --git a/.travis.yml b/.travis.yml
index 90ce54d2f..b3ac48bbf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,12 +26,7 @@ jobs:
         - ./autogen.sh
         - ./configure --enable-maintainer-mode --with-unwind
       script: &script-common
-        - |
-          if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then
-            make -j12 distcheck VERBOSE=1
-          else
-            make -j16 check VERBOSE=1
-          fi
+        - make -j16 check VERBOSE=1
     - <<: *test-linux
       arch: arm64
     - <<: *test-linux


More information about the varnish-commit mailing list