Bazel: mount tmpfs on /tmp

pull/6/head
Jeff Grafton 2017-05-26 17:02:18 -07:00
parent e903c58c9e
commit 122499621b
1 changed files with 3 additions and 0 deletions

View File

@ -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