-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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 ccache on Ubuntu CI job #3415
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seem like it solved the problem. Do you need to revert back to the original key before merging?
No. It didn't solve the problem. It reduced memory usage but with large compile times. I've gutted out the ccache 😢 for now.
I'd have needed to. But no need now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say we merge this as is to get our CI back to a green state. Integrating/tweaking ccache inside the ubuntu job can come later.
The issue with tweaking is that the cache issues are hard to find out with CI. Local experiments don't match CI and dummy CI setup (like the commit which added ccache for CI) don't really imply a stable behavior in future. I'd drop this for now for CI |
👍 No opposition from my side. |
It's a pity, but indeed green CI is better than fast CI. |
Iterating on the Max Compiler Cache size