[ci,coverity] explicitly set clang as compiler

This commit is contained in:
akallabeth 2024-11-14 16:29:45 +01:00
parent 950aa7e3af
commit bc5b9e3ccb
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -36,6 +36,8 @@ jobs:
- name: Build with Coverity build tool
run: |
export PATH=`pwd`/coverity_tool/bin:$PATH
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
cov-configure --template --compiler clang --comptype clangcc
# in source build is used to help coverity to determine relative file path
cmake \