[ci,coverity] explicitly set clang as compiler
This commit is contained in:
parent
950aa7e3af
commit
bc5b9e3ccb
2
.github/workflows/coverity.yml
vendored
2
.github/workflows/coverity.yml
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user