Add genrule_strategy=standalone to bazelrc
This commit is contained in:
parent
1522397f91
commit
9738f4298e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user