Distributed build: Difference between revisions

imported>Jonringer
m Include llvm in big-parallel list
imported>CRTified
mNo edit summary
Line 45: Line 45:
{{Commands|$ nix ping-store --store ssh://builder}}
{{Commands|$ nix ping-store --store ssh://builder}}


If you get an error like <code>serialised integer ... is too big for type j</code> this means that something (<code>/etc/profile</code> for example) 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
command line. Either disable this behavior or have the output be sent to <code>stderr</code> instead.
command line. Either disable this behavior or have the output be sent to <code>stderr</code> instead.