Skip to content

Commit

Permalink
remote: speed factor
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 19, 2024
1 parent c5dec72 commit 786ed15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nixos/linux/distributed-build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ in
hostName = buildHost;
system = "x86_64-linux";
protocol = "ssh-ng";
# if the builder supports building for multiple architectures,
# if the builder supports building for multiple architectures,
# replace the previous line by, e.g.,
# systems = ["x86_64-linux" "aarch64-linux"];
maxJobs = 16;
speedFactor = 1;
speedFactor = 2;
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
mandatoryFeatures = [ ];
}
Expand Down

0 comments on commit 786ed15

Please sign in to comment.