nixcache: disable big-parallel for servo

This commit is contained in:
2023-11-27 14:18:54 +00:00
parent ca277567f4
commit eb07a416b4

View File

@@ -92,7 +92,9 @@ in
protocol = "ssh-ng";
maxJobs = 3; # constrained by ram, for things like webkitgtk, etc.
speedFactor = 2;
supportedFeatures = [ "big-parallel" ];
supportedFeatures = [
# "big-parallel" # it can't reliably build webkitgtk
];
mandatoryFeatures = [ ];
sshUser = "nixremote";
sshKey = config.sops.secrets."nixremote_ssh_key".path;