From: Peter van Dijk Date: Tue, 24 Aug 2021 08:21:51 +0000 (+0200) Subject: new remotebackend ruby deps are too new for CircleCI; disable auth make check there X-Git-Tag: dnsdist-1.7.0-alpha1~52^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1044da7de5eb12e914f822e79bf36bf4283b626e;p=thirdparty%2Fpdns.git new remotebackend ruby deps are too new for CircleCI; disable auth make check there --- diff --git a/.circleci/config.yml b/.circleci/config.yml index c47565e686..af0ebf185d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -614,12 +614,6 @@ jobs: command: make -j3 -k - save-ccache-cache: product: auth - - run: - name: Install Ruby deps for remotebackend unit tests - command: cd modules/remotebackend && ruby -S bundle install --path vendor/bundle - - run: - name: Run unit tests - command: PDNS_TEST_NO_IPV6=1 make check || (cat pdns/test-suite.log; false) - run: name: Install the binaries command: make install