Commit Graph

1 Commits

Author SHA1 Message Date
Danny Rawlins
5743963242 [notify] ccache: 3.7.12 -> 4.0
New dependency cmake
Changed compression algorithm from Deflate (zlib) to Zstandard, zstd will be used if installed, else it'll compile ccache staticly with a local zstd copy
Changed hash algorithm from MD4 to BLAKE3
Improved cache directory structure
Changed the default cache directory location to follow the XDG base directory specification
The CCACHE_DIR environment variable still overrides the default location just like before
The cache directory structure has changed compared to previous versions (more details below). This means that ccache 4.0 will not share cache results with earlier versions. It is however safe to run ccache 4.0 and earlier versions against the same cache directory: cache bookkeeping, statistics and cleanup are backward compatible, with the minor exception that some statistics counters incremented by ccache 4.0 won’t be visible when running ccache -s with an older version
https://ccache.dev/releasenotes.html#_ccache_4_0
2020-10-28 23:07:11 +11:00