]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Put --preprocess-first where cov-build will see it, not make... (#4636)
authorJames Jones <jejones3141@gmail.com>
Thu, 28 Jul 2022 15:04:06 +0000 (10:04 -0500)
committerGitHub <noreply@github.com>
Thu, 28 Jul 2022 15:04:06 +0000 (23:04 +0800)
.github/workflows/coverity.yml

index 00e5db1b9c334ed8cdbc74608efa0f8439d81bf5..f8cd7304e5a0b08e44e477f9fb52935a0121320d 100644 (file)
@@ -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: |