]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Switch the compiler used for coverity builds coverity_scan
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 11 Apr 2022 17:43:14 +0000 (12:43 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 11 Apr 2022 17:43:14 +0000 (12:43 -0500)
.github/workflows/coverity.yml

index 80ffaf59626d826cfb2602564e69ff7ccf6355a8..d3d0c538e1da800204a0e6f6ba217aa93aaf666d 100644 (file)
@@ -63,9 +63,10 @@ jobs:
 
       - name: Build with Coverity
         run: |
+          export CC=clang
           export PATH=`pwd`/coverity_tool/bin:$PATH
           ./configure -with-rlm-python-bin=/usr/bin/python2.7
-          cov-configure --comptype gcc --compiler cc1 --template
+          cov-configure --template --compiler clang --comptype clangcc
           cov-build --dir cov-int make
 
       - name: Display build result