Distributed build: Difference between revisions
imported>CRTified mNo edit summary |
imported>Milahu nix ping-store: add "&& echo ok" |
||
| Line 43: | Line 43: | ||
When you are done, you can test your setup like this: | When you are done, you can test your setup like this: | ||
{{Commands|$ nix ping-store --store ssh://builder}} | {{Commands|$ nix ping-store --store ssh://builder && echo ok}} | ||
If you get an error like <code>serialised integer ... is too big for type j</code> this means that something (for example <code>/etc/profile</code> or <code>environment.shellInit</code>) outputs bytes to <code>stdout</code> before launching the command specified on the ssh | If you get an error like <code>serialised integer ... is too big for type j</code> this means that something (for example <code>/etc/profile</code> or <code>environment.shellInit</code>) outputs bytes to <code>stdout</code> before launching the command specified on the ssh | ||