aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-05-27 08:41:27 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-05-27 09:49:08 -0700
commit22c111c34c2a8ebd4a33a6c76e8774088370260c (patch)
tree5eb0d0b81302cf5f5c55f4e751a36eb3b2028de9 /tools
parent3ae0153778c0e2044264d10ad3a025e8daf0e542 (diff)
Merge changes from github.
Change: 123427036
Diffstat (limited to 'tools')
-rw-r--r--tools/bazel.rc.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/bazel.rc.template b/tools/bazel.rc.template
index 2a88b98f34..d3e70e7a4f 100644
--- a/tools/bazel.rc.template
+++ b/tools/bazel.rc.template
@@ -9,3 +9,7 @@ build --define=allow_oversize_protos=true
build --spawn_strategy=standalone
test --spawn_strategy=standalone
run --spawn_strategy=standalone
+
+build --genrule_strategy=standalone
+test --genrule_strategy=standalone
+run --genrule_strategy=standalone