From: Arran Cudbard-Bell Date: Mon, 11 Apr 2022 17:43:14 +0000 (-0500) Subject: Switch the compiler used for coverity builds X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fcoverity_scan;p=thirdparty%2Ffreeradius-server.git Switch the compiler used for coverity builds --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 80ffaf5962..d3d0c538e1 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -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