diff options
author | makefu <github@syntax-fehler.de> | 2017-12-18 21:29:13 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-12-18 21:29:13 +0100 |
commit | 96c7074c08e914a230124073ef6209bb9b888108 (patch) | |
tree | 718b2c44a4fb7a86a533194ab3bd3b2a1420879c /makefu/2configs | |
parent | e2369d551e211c0eeb360868c2bba30564e33ca0 (diff) |
ma remote-build: update to only use hotdog
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/remote-build/master.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makefu/2configs/remote-build/master.nix b/makefu/2configs/remote-build/master.nix index 4ad2c5ed8..2a2c68119 100644 --- a/makefu/2configs/remote-build/master.nix +++ b/makefu/2configs/remote-build/master.nix @@ -8,7 +8,7 @@ in { { inherit hostName sshKey; sshUser = "nixBuild"; system = "x86_64-linux"; - maxJobs = 1; - }) [ "omo.r" "gum.r" "latte.r" ]; - # puyak.r "wbob.r" + maxJobs = 8; + }) [ "hotdog.r" ]; + # puyak.r "wbob.r" "omo.r" "gum.r" "latte.r" } |