mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
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:
parent
b09586b101
commit
3beac2438b
1 changed files with 6 additions and 6 deletions
|
|
@ -69,8 +69,8 @@ def run_eval_test(gcroot_dir: Path, jobs: int) -> list[str]:
|
||||||
failed_profiles = []
|
failed_profiles = []
|
||||||
cmd = [
|
cmd = [
|
||||||
"nix-eval-jobs",
|
"nix-eval-jobs",
|
||||||
"--extra-experimental-features",
|
"--extra-experimental-features", "flakes",
|
||||||
"flakes",
|
"--option", "eval-cache", "false",
|
||||||
"--gc-roots-dir",
|
"--gc-roots-dir",
|
||||||
str(gcroot_dir),
|
str(gcroot_dir),
|
||||||
"--max-memory-size",
|
"--max-memory-size",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue