Skip to content

Commit

Permalink
PiperOrigin-RevId: 222414651
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfjack authored and Copybara-Service committed Nov 21, 2018
1 parent c46b527 commit 4b8cb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ <h4 id='sandboxing'>Sandboxed execution</h4>
In some cases, the Bazel sandbox fails to execute rules because of the system setup. The symptom
is generally a failure that output a message similar to
<code>namespace-sandbox.c:633: execvp(argv[0], argv): No such file or directory</code>. In that
case, try to deactivate the sandbox for genrules with <code>--genrule_strategy=standalone</code>
case, try to deactivate the sandbox for genrules with <code>--strategy=Genrule=standalone</code>
and for other rules with <code>--spawn_strategy=standalone</code>. Also please report a bug on our
issue tracker and mention which Linux distribution you're using so that we can investigate and
provide a fix in a subsequent release.
Expand Down

0 comments on commit 4b8cb05

Please sign in to comment.