Added buildMachines requirements
This commit is contained in:
parent
d4f241614f
commit
aeee05b9c3
|
@ -35,7 +35,6 @@
|
|||
useSubstitutes = true;
|
||||
hydraURL = "https://hydra.mcwhirter.io";
|
||||
notificationSender = "hydra.mcwhirter.io";
|
||||
buildMachinesFiles = [];
|
||||
extraConfig = ''
|
||||
store_uri = file:///var/lib/hydra/cache?secret-key=/etc/nix/hydra.mcwhirter.io/secret
|
||||
binary_cache_secret_key_file = /etc/nix/hydra.mcwhirter.io/secret
|
||||
|
@ -86,10 +85,10 @@
|
|||
{
|
||||
hostName = "localhost";
|
||||
systems = [ "x86_64-linux" "i686-linux" ];
|
||||
maxJobs = 6;
|
||||
maxJobs = 4;
|
||||
# for building VirtualBox VMs as build artifacts, you might need other
|
||||
# features depending on what you are doing
|
||||
supportedFeatures = [ ];
|
||||
supportedFeatures = [ "big-parallel" "kvm" "nixos-test" ];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue