Distributed build: Difference between revisions
imported>Natto1784 mNo edit summary |
imported>Srid →NixOS: Use ssh-ng (more reliable) |
||
| Line 83: | Line 83: | ||
hostName = "builder"; | hostName = "builder"; | ||
system = "x86_64-linux"; | system = "x86_64-linux"; | ||
protocol = "ssh-ng"; | |||
# if the builder supports building for multiple architectures, | # if the builder supports building for multiple architectures, | ||
# replace the previous line by, e.g., | # replace the previous line by, e.g., | ||