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