← Back to context Comment by Devorlon 12 hours ago Why compile code when ccache faster 7 comments Devorlon Reply amelius 11 hours ago Does ccache fetch compiled code from a central server using checksums? fishgoesblub 10 hours ago buildcache, the program the post is about can use a remote server for storing the cache. mbitsnbites 3 hours ago And a local cache (kind of level 1 and level 2 caches) 01HNNWZ0MV43FF 11 hours ago sccache can, but most of us don't have access to an sccache instance: https://github.com/mozilla/sccache firesteelrain 6 hours ago We use sccache on prem with MinIO. mmastrac 8 hours ago sccache is pretty easy to set up and you can back it with S3, memcache, redis, etc. 1 reply →
amelius 11 hours ago Does ccache fetch compiled code from a central server using checksums? fishgoesblub 10 hours ago buildcache, the program the post is about can use a remote server for storing the cache. mbitsnbites 3 hours ago And a local cache (kind of level 1 and level 2 caches) 01HNNWZ0MV43FF 11 hours ago sccache can, but most of us don't have access to an sccache instance: https://github.com/mozilla/sccache firesteelrain 6 hours ago We use sccache on prem with MinIO. mmastrac 8 hours ago sccache is pretty easy to set up and you can back it with S3, memcache, redis, etc. 1 reply →
fishgoesblub 10 hours ago buildcache, the program the post is about can use a remote server for storing the cache. mbitsnbites 3 hours ago And a local cache (kind of level 1 and level 2 caches)
01HNNWZ0MV43FF 11 hours ago sccache can, but most of us don't have access to an sccache instance: https://github.com/mozilla/sccache firesteelrain 6 hours ago We use sccache on prem with MinIO. mmastrac 8 hours ago sccache is pretty easy to set up and you can back it with S3, memcache, redis, etc. 1 reply →
mmastrac 8 hours ago sccache is pretty easy to set up and you can back it with S3, memcache, redis, etc. 1 reply →
Does ccache fetch compiled code from a central server using checksums?
buildcache, the program the post is about can use a remote server for storing the cache.
And a local cache (kind of level 1 and level 2 caches)
sccache can, but most of us don't have access to an sccache instance: https://github.com/mozilla/sccache
We use sccache on prem with MinIO.
sccache is pretty easy to set up and you can back it with S3, memcache, redis, etc.
1 reply →