mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
speed up ci: run nix-eval-jobs with no-instantiate
This commit is contained in:
parent
43ffe9ac82
commit
caacab410f
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ def run_eval_test(gcroot_dir: Path, jobs: int) -> list[str]:
|
||||||
failed_profiles = []
|
failed_profiles = []
|
||||||
cmd = [
|
cmd = [
|
||||||
"nix-eval-jobs",
|
"nix-eval-jobs",
|
||||||
|
"--no-instantiate",
|
||||||
"--extra-experimental-features", "flakes",
|
"--extra-experimental-features", "flakes",
|
||||||
"--option", "eval-cache", "false",
|
"--option", "eval-cache", "false",
|
||||||
"--gc-roots-dir",
|
"--gc-roots-dir",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue