remote builds on new mbp
This commit is contained in:
parent
e516ee4ca2
commit
cce0bfff85
1 changed files with 6 additions and 0 deletions
|
@ -112,6 +112,12 @@
|
|||
sshKey = "/home/grfn/.ssh/id_rsa";
|
||||
system = "x86_64-darwin";
|
||||
maxJobs = 4;
|
||||
} {
|
||||
hostName = "172.16.0.4";
|
||||
sshUser = "griffin";
|
||||
sshKey = "/home/grfn/.ssh/id_rsa";
|
||||
system = "x86_64-darwin";
|
||||
maxJobs = 8; # 16 cpus
|
||||
}];
|
||||
|
||||
distributedBuilds = true;
|
||||
|
|
Loading…
Reference in a new issue