From: Alan T. DeKok Date: Thu, 2 Dec 2021 13:18:23 +0000 (-0500) Subject: tell cov-build to use the config file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1833c8366f7d5ee19893a9029b5416cf86f8c41;p=thirdparty%2Ffreeradius-server.git tell cov-build to use the config file --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index db7475b6fdc..0eb433b927a 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -66,7 +66,7 @@ jobs: export PATH=`pwd`/coverity_tool/bin:$PATH ./configure -with-rlm-python-bin=/usr/bin/python2.7 cov-configure --config coverity.xml --comptype gcc --compiler cc1 --template - cov-build --dir cov-int make + cov-build --dir cov-int --config coverity.xml make - name: Display build result run: |