diff --git a/site/docs/guide.html b/site/docs/guide.html index f3699251829393..da84e05d9bd55b 100644 --- a/site/docs/guide.html +++ b/site/docs/guide.html @@ -692,7 +692,7 @@

Sandboxed execution

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 namespace-sandbox.c:633: execvp(argv[0], argv): No such file or directory. In that - case, try to deactivate the sandbox for genrules with --genrule_strategy=standalone + case, try to deactivate the sandbox for genrules with --strategy=Genrule=standalone and for other rules with --spawn_strategy=standalone. 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.