ccache: recommend ignoring random_seed (#412241)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
# '';
|
||||
|
||||
Reference in New Issue
Block a user