ccache: recommend ignoring random_seed (#412241)

This commit is contained in:
Connor Baker
2025-08-31 19:59:49 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@ in
ccacheWrapper = super.ccacheWrapper.override {
extraConfig = ''
export CCACHE_COMPRESS=1
export CCACHE_SLOPPINESS=random_seed
export CCACHE_DIR="${cfg.cacheDir}"
export CCACHE_UMASK=007
if [ ! -d "$CCACHE_DIR" ]; then
+1
View File
@@ -6722,6 +6722,7 @@ with pkgs;
# ccacheWrapper = pkgs.ccacheWrapper.override {
# extraConfig = ''
# export CCACHE_COMPRESS=1
# export CCACHE_SLOPPINESS=random_seed
# export CCACHE_DIR=/var/cache/ccache
# export CCACHE_UMASK=007
# '';