aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/sandbox/LinuxSandboxedStrategy.java
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2017-03-24 22:03:00 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2017-03-27 11:36:47 +0000
commit33bc4b53684292dd3871e165a35a96d113c63f55 (patch)
tree6e87392ac8f0ce77c6b9f30be98b725dff8986ee /src/main/java/com/google/devtools/build/lib/sandbox/LinuxSandboxedStrategy.java
parent21c1073612760a0f011257197b98152e3356d7ae (diff)
sandbox: Pass config flags to linux-sandbox on the command-line.
The linux-sandbox no longer requires extensive configuration via flags, so the command-line arguments will easily fit into the allowed length. This simplifies the code and gets rid of some I/O. -- PiperOrigin-RevId: 151176551 MOS_MIGRATED_REVID=151176551
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/sandbox/LinuxSandboxedStrategy.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/sandbox/LinuxSandboxedStrategy.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/sandbox/LinuxSandboxedStrategy.java b/src/main/java/com/google/devtools/build/lib/sandbox/LinuxSandboxedStrategy.java
index 22a980bc07..71ff1fc482 100644
--- a/src/main/java/com/google/devtools/build/lib/sandbox/LinuxSandboxedStrategy.java
+++ b/src/main/java/com/google/devtools/build/lib/sandbox/LinuxSandboxedStrategy.java
@@ -107,7 +107,6 @@ public class LinuxSandboxedStrategy extends SandboxStrategy {
SandboxRunner runner =
new LinuxSandboxRunner(
execRoot,
- sandboxPath,
sandboxExecRoot,
writableDirs,
getTmpfsPaths(),