nixcache: disable big-parallel for servo
This commit is contained in:
@@ -92,7 +92,9 @@ in
|
|||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
maxJobs = 3; # constrained by ram, for things like webkitgtk, etc.
|
maxJobs = 3; # constrained by ram, for things like webkitgtk, etc.
|
||||||
speedFactor = 2;
|
speedFactor = 2;
|
||||||
supportedFeatures = [ "big-parallel" ];
|
supportedFeatures = [
|
||||||
|
# "big-parallel" # it can't reliably build webkitgtk
|
||||||
|
];
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
sshUser = "nixremote";
|
sshUser = "nixremote";
|
||||||
sshKey = config.sops.secrets."nixremote_ssh_key".path;
|
sshKey = config.sops.secrets."nixremote_ssh_key".path;
|
||||||
|
Reference in New Issue
Block a user