Replace --genrule_strategy w/ --strategy=Genrule
This is in preparation for --genrule_strategy becoming a no-op in a future Bazel release. PiperOrigin-RevId: 229755652
This commit is contained in:
parent
890a58c432
commit
a782c9df3e
2
.bazelrc
2
.bazelrc
@ -80,7 +80,7 @@ build --define=use_fast_cpp_protos=true
|
|||||||
build --define=allow_oversize_protos=true
|
build --define=allow_oversize_protos=true
|
||||||
|
|
||||||
build --spawn_strategy=standalone
|
build --spawn_strategy=standalone
|
||||||
build --genrule_strategy=standalone
|
build --strategy=Genrule=standalone
|
||||||
build -c opt
|
build -c opt
|
||||||
|
|
||||||
# Other build flags.
|
# Other build flags.
|
||||||
|
@ -5,7 +5,7 @@ startup --batch
|
|||||||
|
|
||||||
# Similarly, we need to workaround sandboxing issues:
|
# Similarly, we need to workaround sandboxing issues:
|
||||||
# https://github.com/bazelbuild/bazel/issues/418
|
# https://github.com/bazelbuild/bazel/issues/418
|
||||||
build --verbose_failures --spawn_strategy=standalone --genrule_strategy=standalone
|
build --verbose_failures --spawn_strategy=standalone --strategy=Genrule=standalone
|
||||||
test --spawn_strategy=standalone
|
test --spawn_strategy=standalone
|
||||||
|
|
||||||
# Force bazel output to use colors (good for jenkins) and print useful errors.
|
# Force bazel output to use colors (good for jenkins) and print useful errors.
|
||||||
|
Loading…
Reference in New Issue
Block a user