mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
speed up ci: run nix-eval-jobs with no-instantiate
This commit is contained in:
@@ -69,6 +69,7 @@ def run_eval_test(gcroot_dir: Path, jobs: int) -> list[str]:
|
||||
failed_profiles = []
|
||||
cmd = [
|
||||
"nix-eval-jobs",
|
||||
"--no-instantiate",
|
||||
"--extra-experimental-features", "flakes",
|
||||
"--option", "eval-cache", "false",
|
||||
"--gc-roots-dir",
|
||||
|
||||
Reference in New Issue
Block a user