assignUser commented on issue #130: URL: https://github.com/apache/arrow-adbc/issues/130#issuecomment-1253606135
The issue is that the `actions/cache` action is broken for use with ccache as caches are immutable, so no updates on primary cache hit. The only way around this is to invalidate the cache every time via a unique key (kind of defeating the idea of a cache...). This works but a repo is limited to 10G of caches at a time, so it can increase eviction and cache misses. The same thing is an issue over in arrow and I am looking into a solution atm. Due to PRs (correctly) not having secret access using sccache seems not to be possible. There might be a way to use a read-only sccache though and only update it when running CI on push (with secret access) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
