From: James Jones Date: Thu, 28 Jul 2022 15:04:06 +0000 (-0500) Subject: Put --preprocess-first where cov-build will see it, not make... (#4636) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be307a95db45edff57ae7199468def81c42c581a;p=thirdparty%2Ffreeradius-server.git Put --preprocess-first where cov-build will see it, not make... (#4636) --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 00e5db1b9c3..f8cd7304e5a 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -67,7 +67,7 @@ jobs: export PATH=`pwd`/coverity_tool/bin:$PATH ./configure -with-rlm-python-bin=/usr/bin/python2.7 cov-configure --template --compiler clang --comptype clangcc - cov-build --dir cov-int make --preprocess-first + cov-build --dir cov-int --preprocess-first make - name: Display build result run: |