From: Otto Moerbeek Date: Thu, 4 Jun 2026 07:29:14 +0000 (+0200) Subject: Adap coverity workflow to use meson X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=bcc90c275b2fafad7efd323ba070dc0f8db45505;p=thirdparty%2Fpdns.git Adap coverity workflow to use meson Signed-off-by: Otto Moerbeek --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index c2d49c50a7..0847b93f94 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -122,11 +122,11 @@ jobs: - run: inv coverity-clang-configure - run: inv ci-autoconf working-directory: ./pdns/recursordist/ - - run: inv ci-rec-configure full + - run: inv ci-rec-configure full build working-directory: ./pdns/recursordist/ - - run: inv coverity-make + - run: inv coverity-ninja working-directory: ./pdns/recursordist/ - - run: inv coverity-tarball recursor.tar.bz2 + - run: inv coverity-tarball build/recursor.tar.bz2 working-directory: ./pdns/recursordist/ - - run: inv coverity-upload ${{ secrets.COVERITY_EMAIL }} 'PowerDNS+Recursor' recursor.tar.bz2 + - run: inv coverity-upload ${{ secrets.COVERITY_EMAIL }} 'PowerDNS+Recursor' build/recursor.tar.bz2 working-directory: ./pdns/recursordist/