nix-eval-job: disable eval-cache

in ci, there is no cache, so it's just overhead and prints warnings.
This commit is contained in:
Jörg Thalheim
2025-10-30 13:12:15 +01:00
parent b09586b101
commit 3beac2438b

View File

@@ -69,8 +69,8 @@ def run_eval_test(gcroot_dir: Path, jobs: int) -> list[str]:
failed_profiles = []
cmd = [
"nix-eval-jobs",
"--extra-experimental-features",
"flakes",
"--extra-experimental-features", "flakes",
"--option", "eval-cache", "false",
"--gc-roots-dir",
str(gcroot_dir),
"--max-memory-size",