]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
circleci: Downgrade coverity containers
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 14 May 2019 08:15:15 +0000 (10:15 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 14 May 2019 08:25:04 +0000 (10:25 +0200)
It seems that the coverity toolchain can not handle modern GCC. As it
seems to see errors that are not there.

.circleci/config.yml

index b92b4ec009ec66412f334fc3ccda6968374b3b7c..c97a8ca0670cd746b5640b3c8f62804a1a63f815 100644 (file)
@@ -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