Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update coverage check workflow #218

Merged
merged 4 commits into from
Oct 15, 2024

Conversation

jr0me
Copy link
Member

@jr0me jr0me commented Oct 14, 2024

Description

Github runners were updated to Ubuntu 24, these new runners already include LLVM (and clang) 16 by default. There's no need to manually install a specific version of LLVM. Additionally, since there's now an option to disable clang-tidy checks, we disable them for the coverage checks to speed it up -it's safe to do so, the static analysis already is covered by another workflows-. This PR also enables vcpkg's binary caching, bringing the running time to less than half of what it was previously.

@jr0me jr0me force-pushed the enhancement/updgrade-llvm-version-on-coverage-workflow branch from 9c91869 to 63b3cea Compare October 14, 2024 22:24
@jr0me jr0me changed the title Update Clang and LLVM versions in coverage_check.yml Update coverage check workflow Oct 14, 2024
jr0me added 2 commits October 14, 2024 20:48
With the latest github runner for linux (ubuntu 24), clang
16 is now part of the runners default stack.

We still add llvm to use llvm-cov as part of the coverage
target.
There's no need to check clang tidy rules for the coverage
workflow. It is already covered by other actions.
@jr0me jr0me force-pushed the enhancement/updgrade-llvm-version-on-coverage-workflow branch from befe34d to 6c9bf0c Compare October 14, 2024 23:49
@jr0me jr0me marked this pull request as ready for review October 15, 2024 01:57
@jr0me jr0me requested a review from cborla October 15, 2024 12:28
Copy link
Member

@cborla cborla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cborla cborla merged commit f64ac76 into master Oct 15, 2024
5 checks passed
@cborla cborla deleted the enhancement/updgrade-llvm-version-on-coverage-workflow branch October 15, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants