Merge pull request #2504 from tensorflow/vrv-patch-1

Add genrule_strategy=standalone to bazelrc
This commit is contained in:
Vijay Vasudevan 2016-05-26 09:17:49 -07:00
commit b289bc7a50

View File

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