Replace --genrule_strategy w/ --strategy=Genrule
This is in preparation for --genrule_strategy becoming a no-op in a future Bazel release. PiperOrigin-RevId: 230883422
This commit is contained in:
parent
eda13c8416
commit
7cbe113239
@ -207,7 +207,7 @@ def tf_library(
|
|||||||
#
|
#
|
||||||
# Note that setting the local=1 attribute on a *test target* causes the
|
# Note that setting the local=1 attribute on a *test target* causes the
|
||||||
# test infrastructure to skip that test. However this is a genrule, not
|
# test infrastructure to skip that test. However this is a genrule, not
|
||||||
# a test target, and runs with --genrule_strategy=forced_forge, meaning
|
# a test target, and runs with --strategy=Genrule=forced_forge, meaning
|
||||||
# the local=1 attribute is ignored, and the genrule is still run.
|
# the local=1 attribute is ignored, and the genrule is still run.
|
||||||
#
|
#
|
||||||
# https://www.bazel.io/versions/master/docs/be/general.html#genrule
|
# https://www.bazel.io/versions/master/docs/be/general.html#genrule
|
||||||
|
Loading…
Reference in New Issue
Block a user