Merge pull request #10860 from akallabeth/nightly-dep

[ci,coverity] explicitly set clang as compiler
This commit is contained in:
akallabeth 2024-11-14 16:30:43 +01:00 committed by GitHub
commit d0db9603fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 \