aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2015-09-01 15:16:09 +0000
committerGravatar John Field <jfield@google.com>2015-09-02 00:58:12 +0000
commitc3a8d2f3ae8c8f763f27636efa2b1dc3bc175dbe (patch)
treecb59c0aa85f6168d01a79b7f812cd14d3297949c /src/main/java/com/google/devtools/build
parent868d40c777d4365e7a639e849253f6056af43128 (diff)
Mention --ignore_unsupported_sandboxing in the warning message about unavailable sandboxing.
-- MOS_MIGRATED_REVID=102042098
Diffstat (limited to 'src/main/java/com/google/devtools/build')
-rw-r--r--src/main/java/com/google/devtools/build/lib/sandbox/SandboxModule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/sandbox/SandboxModule.java b/src/main/java/com/google/devtools/build/lib/sandbox/SandboxModule.java
index 08217865c2..5287405e5f 100644
--- a/src/main/java/com/google/devtools/build/lib/sandbox/SandboxModule.java
+++ b/src/main/java/com/google/devtools/build/lib/sandbox/SandboxModule.java
@@ -43,7 +43,7 @@ public class SandboxModule extends BlazeModule {
public static final String SANDBOX_NOT_SUPPORTED_MESSAGE =
"Sandboxed execution is not supported on your system and thus hermeticity of actions cannot "
+ "be guaranteed. See http://bazel.io/docs/bazel-user-manual.html#sandboxing for more "
- + "information";
+ + "information. You can turn off this warning via --ignore_unsupported_sandboxing";
@Override
public Iterable<ActionContextProvider> getActionContextProviders() {