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
fix: breakages in unused codepaths after recent refactors (bazel-contrib#2353)
* There is no such method `common_runfiles.add_runfiles`; use
`add_targets()` instead. This
only occurs when there are extra deps, which currently on Google-patches
trigger.
* The docs say that `BuiltinPyInfo` might be None, but that case is not
handled here. This
occurs in newer Bazel versions where the builtin PyInfo has been
removed.
0 commit comments