You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that ctx.outputs.executable default field is used, and the documentation states this is deprecated:
(Deprecated) If the rule is marked executable or test, there is a field named "executable", which is the default executable. It is recommended that instead of using this, you pass another file (either predeclared or not) to the executable arg of DefaultInfo.
The text was updated successfully, but these errors were encountered:
errangutan
changed the title
Depricated ctx.outputs.executable used in rules/test_rule
Deprecated ctx.outputs.executable used in rules/test_rule
Apr 9, 2020
In
line_length.bzl
:Notice that
ctx.outputs.executable
default field is used, and the documentation states this is deprecated:The text was updated successfully, but these errors were encountered: