Skip to content

Commit

Permalink
make sure its set - wintendo doesn't by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dothebart committed Feb 11, 2025
1 parent 475c6fa commit 84ccb06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins/helper/aggregate_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

from site_config import SiteConfig

if not 'CLANG_VERSION' in os.environ:
os.environ['CLANG_VERSION'] = ''
LLVM_COV = Path(f"/usr/lib/llvm-{os.environ['CLANG_VERSION']}/bin/llvm-cov")
if not LLVM_COV.exists():
LLVM_COV = Path("/usr/lib/llvm/bin/llvm-cov")
Expand Down

0 comments on commit 84ccb06

Please sign in to comment.