gh-145349: Do not install ccache#145350
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
ccache
hugovk
left a comment
There was a problem hiding this comment.
This PR removes unnecessary overhead 👍
sccache was proposed (#127376) before we ceasing saving the caches (#139596), so at that time, we were re-using caches.
But I don't think it matters whether we use ccache or sccache, if we're just going to throw away the caches :)
If we do reintroduce caching (via ccache or sccache or something else) then we should also retain the caches between runs, but that can be handled in that PR.
|
@hugovk I see you added |
|
I think it's because the Bedevere bot resets back to an initial state: https://github.com/python/bedevere#pr-state-machine I'll just approve it again, but will wait for other input before merging :) |
What is this PR?
Initial work on GH-145349. Still need to confirm it's OK and whatnot.