Closed ensonic closed 1 week ago
Just upgraded to bazel 6.5.0, same error.
I just deleted the 3 lines containing "unknown object ..." and with that it starts to do something.
The migrate_to_bzlmod script is pretty out-dated, I'm trying to find some time to update it.
We're changing the toolchain rules in https://github.com/googlecloudrobotics/core/pull/422 that seems to also sidestep the issue, so no rush. Thanks for providing the tool in the fist place.
What happened?
migrate_to_bzlmod failed to handle an exception? The resolved_deps.py generated by bazel sync contains a bad line I guess:
Version
Development (host) and target OS/architectures:
Output of
bazel --version
:Version of relevant rules from the
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved: golang, rules_oci, protobuf, ... https://github.com/googlecloudrobotics/core/blob/main/WORKSPACE
How to reproduce