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

Make clang-tidy cache work with CI #166

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Make clang-tidy cache work with CI #166

merged 1 commit into from
Nov 15, 2023

Conversation

jeromehue
Copy link
Contributor

@jeromehue jeromehue commented Nov 14, 2023

Description

Restore clang-tidy cache before building cobc target, and save it afterwards.
Since building for linux-x86 takes ~20 seconds, we cannot save much time, but for cobc, there is a gain of 30 seconds (see difference between the first attempt and the second attempt (with cache)).

Cache can be viewed here : https://github.com/SpaceTeam/STS1_COBC_SW/actions/caches

Fixes #163

@jeromehue jeromehue requested a review from PatrickKa November 14, 2023 10:31
@jeromehue jeromehue marked this pull request as ready for review November 14, 2023 11:52
@PatrickKa PatrickKa changed the title Restore and save ctcache on CI Make clang-tidy cache work with CI Nov 15, 2023
@PatrickKa PatrickKa merged commit c40fdd1 into master Nov 15, 2023
6 checks passed
@PatrickKa PatrickKa deleted the use-ctcache-ci branch November 15, 2023 16:02
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.

Make clang-tidy cache work with CI
2 participants