Commit 9a7ffbb2 authored by Jeff Grafton's avatar Jeff Grafton

Use --sandbox_fake_username with bazel build

parent 60007128
...@@ -7,3 +7,7 @@ build --workspace_status_command hack/print-workspace-status.sh ...@@ -7,3 +7,7 @@ build --workspace_status_command hack/print-workspace-status.sh
# Make /tmp hermetic # Make /tmp hermetic
build --sandbox_tmpfs_path=/tmp build --sandbox_tmpfs_path=/tmp
# Ensure that Bazel never runs as root, which can cause unit tests to fail.
# This flag requires Bazel 0.5.0+
build --sandbox_fake_username
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment