We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c0d76 commit f1deb22Copy full SHA for f1deb22
nixos-modules/hydra.nix
@@ -468,7 +468,7 @@ in
468
elif [[ $compression == zstd ]]; then
469
compression="zstd --rm"
470
fi
471
- find ${baseDir}/build-logs -type f -name "*.drv" -mtime +3 -size +0c | xargs -r "$compression" --force --quiet
+ find ${baseDir}/build-logs -ignore_readdir_race -type f -name "*.drv" -mtime +3 -size +0c | xargs -r "$compression" --force --quiet
472
'';
473
startAt = "Sun 01:45";
474
};
0 commit comments