From bc5b9e3ccbf2c0ae3e950706dc152262ae29242b Mon Sep 17 00:00:00 2001 From: akallabeth Date: Thu, 14 Nov 2024 16:29:45 +0100 Subject: [PATCH] [ci,coverity] explicitly set clang as compiler --- .github/workflows/coverity.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 2f3167eee..bee22065e 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -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 \