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
It also does not forward the args of the wrapped rule, so e.g. a py_binary with an args = [ ... ] parameter will not have its args provided when invoked through a platform_data rule.
The text was updated successfully, but these errors were encountered:
This was solved for env by replacing the magic attribute with a provider. bazelbuild/bazel#16430 set out to do this but stalled - happy to revive it when there is consensus on the design.
platform_data
returns aDefaultInfo
provider, discarding other providers from the original rule.It also does not forward the
args
of the wrapped rule, so e.g. apy_binary
with anargs = [ ... ]
parameter will not have its args provided when invoked through aplatform_data
rule.The text was updated successfully, but these errors were encountered: