remote builds on new mbp

This commit is contained in:
Griffin Smith 2020-06-03 16:29:14 -04:00
parent e516ee4ca2
commit cce0bfff85

View file

@ -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;