Merge pull request #2504 from tensorflow/vrv-patch-1
Add genrule_strategy=standalone to bazelrc
This commit is contained in:
commit
b289bc7a50
@ -9,3 +9,7 @@ build --define=allow_oversize_protos=true
|
|||||||
build --spawn_strategy=standalone
|
build --spawn_strategy=standalone
|
||||||
test --spawn_strategy=standalone
|
test --spawn_strategy=standalone
|
||||||
run --spawn_strategy=standalone
|
run --spawn_strategy=standalone
|
||||||
|
|
||||||
|
build --genrule_strategy=standalone
|
||||||
|
test --genrule_strategy=standalone
|
||||||
|
run --genrule_strategy=standalone
|
||||||
|
Loading…
Reference in New Issue
Block a user