Bazel: mount tmpfs on /tmp

This commit is contained in:
Jeff Grafton 2017-05-26 17:02:18 -07:00
parent e903c58c9e
commit 122499621b

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