]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Adap coverity workflow to use meson
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 4 Jun 2026 07:29:14 +0000 (09:29 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 4 Jun 2026 07:29:14 +0000 (09:29 +0200)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
.github/workflows/coverity.yml

index c2d49c50a7f05a155c16b024aad55be6cf4e12e5..0847b93f94100696d548499eaab5d7b34be9f3cc 100644 (file)
@@ -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/