mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-07 02:18:47 +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 = []
|
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user