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

Clear CCache directory on possible corruption #255

Closed
wants to merge 3 commits into from
Closed

Conversation

Flamefire
Copy link
Collaborator

CCache might segfault on e.g. MacOS which can be resolved by clearing the cache.
This might be done by deleting the GitHub Actions cache but as there is one for each build it might become cumbersome.
So delete the folder inside the setup script when ccache -z (simplest command that triggered the segfault) fails.

Use groups to wrap parts of the steps
CCache might segfault on e.g. MacOS which can be resolved by clearing
the cache.
This might be done by deleting the GitHub Actions cache but as there is
one for each build it might become cumbersome.
So delete the folder inside the setup script when `ccache -z`
(simplest command that triggered the segfault) fails.
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.

1 participant