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

Disable C++ trap caching for CodeQL runs #640

Merged
merged 2 commits into from
Jan 10, 2025
Merged

Conversation

rdw-software
Copy link
Member

Trap caches aren't cleaned up even though the cleanup var is set. What's more, they should only ever be used for scheduled (i.e., weekly) runs on the main branch. This is another attempt at preventing cache churn. If it doesn't work, I suppose the simplest alternative is altogether disabling it for topic branches...? (Needs more research)

Trap caches aren't cleaned up even though the cleanup var is set. What's more, they should only ever be used for scheduled (i.e., weekly) runs on the main branch.

This is another attempt at preventing cache churn. If it doesn't work, I suppose the only alternative is disabling it for topic branches...
@rdw-software rdw-software merged commit a25eed4 into main Jan 10, 2025
11 checks passed
@rdw-software rdw-software deleted the codeql-cache-churn branch January 10, 2025 05:23
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