From: Alan T. DeKok Date: Fri, 29 Jul 2022 13:50:38 +0000 (-0400) Subject: remove --preprocess-first X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ce894b10cbdd1822c787863596d6e78e9afb2b6;p=thirdparty%2Ffreeradius-server.git remove --preprocess-first Coverity doesn't like it --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index f8cd7304e5a..d3d0c538e1d 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 --preprocess-first make + cov-build --dir cov-int make - name: Display build result run: |