From 122499621b0893b0e32143ba02cbc9673ad3d515 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Fri, 26 May 2017 17:02:18 -0700 Subject: [PATCH] Bazel: mount tmpfs on /tmp --- build/root/.bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/root/.bazelrc b/build/root/.bazelrc index ab5db1d2dc3..8e989c90f10 100644 --- a/build/root/.bazelrc +++ b/build/root/.bazelrc @@ -4,3 +4,6 @@ test --test_output=errors # Include git version info build --workspace_status_command hack/print-workspace-status.sh + +# Make /tmp hermetic +build --sandbox_tmpfs_path=/tmp