-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: crates_vendor
is generating a broken defs.bzl
#3255
Comments
Ah, I think this is because the
This should probably just be deleted at this point. The idea was to separate the Maybe in an ideal world |
While upgrading to 0.57.1 (or 0.57.0) we encountered a problem where
crates_vendor
is generating adefs.bzl
where the labels are broken. For example instead of generatingwe are getting instead
This then results in an error like
Initially I thought something was off with the default label template that can be provided via
render_config
, but I quickly found out that changing thecrate_label_template
there has no effect.A reproducer can be found here (malformed content here and here). We're running bazel 8.0.0.
For the time being I'm about to work around this via this python script
The text was updated successfully, but these errors were encountered: