From: Pieter Lexis Date: Tue, 14 May 2019 08:15:15 +0000 (+0200) Subject: circleci: Downgrade coverity containers X-Git-Tag: dnsdist-1.4.0-beta1~16^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2588ffbade69aee9396f1712086f9941864b79d;p=thirdparty%2Fpdns.git circleci: Downgrade coverity containers It seems that the coverity toolchain can not handle modern GCC. As it seems to see errors that are not there. --- diff --git a/.circleci/config.yml b/.circleci/config.yml index b92b4ec009..c97a8ca067 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -734,7 +734,7 @@ jobs: coverity-auth: docker: - - image: debian:buster + - image: debian:stretch steps: - install-auth-dev-deps - install-coverity-tools @@ -772,7 +772,7 @@ jobs: coverity-dnsdist: docker: - - image: debian:buster + - image: debian:stretch steps: - run: name: Install dependencies @@ -791,7 +791,6 @@ jobs: libcap-dev \ libedit-dev \ libfstrm-dev \ - libh2o-evloop-dev \ libluajit-5.1-dev \ libprotobuf-dev \ libre2-dev \ @@ -800,7 +799,6 @@ jobs: libssl-dev \ libsystemd-dev \ libtool \ - libwslay-dev \ make \ pkg-config \ protobuf-compiler \ @@ -823,7 +821,6 @@ jobs: --enable-dnstap \ --enable-dnscrypt \ --enable-dns-over-tls \ - --enable-dns-over-https \ --prefix=/opt/dnsdist \ --with-libsodium \ --with-lua=luajit \ @@ -851,7 +848,7 @@ jobs: coverity-recursor: docker: - - image: debian:buster + - image: debian:stretch steps: - run: name: Install dependencies