logoalt Hacker News

ameliusyesterday at 9:29 PM2 repliesview on HN

Does ccache fetch compiled code from a central server using checksums?


Replies

fishgoesblubyesterday at 11:15 PM

buildcache, the program the post is about can use a remote server for storing the cache.

show 1 reply
01HNNWZ0MV43FFyesterday at 9:59 PM

sccache can, but most of us don't have access to an sccache instance: https://github.com/mozilla/sccache

show 2 replies