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
crate_universe: error on empty host triples in cargo tree resolver (bazelbuild#3979)
When `supported_platform_triples` contained no platforms with host
tools, `TreeResolver::execute_cargo_tree` would silently produce no
`cargo tree` output, and `crate_universe` would generate BUILD files
with empty `crate_features` and no optional dependencies. Bail with an
actionable error instead, pointing the user at adding Bazel's execution
platform triple to `supported_platform_triples`.
Fixesbazelbuild#3907
0 commit comments