-
Notifications
You must be signed in to change notification settings - Fork 69
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
Unexpected buildifier error after upgrading to v6.0.0: Repository '@@bazel_features_globals' is not defined #212
Comments
These 2 lines in WORKSPACE make it works for me. |
That fixes the
Any ideas for fixing this? Full logs: https://github.com/grpc-ecosystem/grpc-gateway/actions/runs/9082583751/job/24959289319?pr=4266 |
Updating rules_proto and rules_go simultaneously seems to have worked! See changes in grpc-ecosystem/grpc-gateway#4356. |
Spoke too soon, I'm seeing a different error now:
Log: https://github.com/grpc-ecosystem/grpc-gateway/actions/runs/9212749314/job/25345111154?pr=4356. I'm reopening this issue rather than the rules_go issue since this seems related to the |
Had the same error. Fixed with:
|
Thanks, that fixed it for me too! My final changes can be seen here: grpc-ecosystem/grpc-gateway@b1489cd. |
Hi! My repository (grpc-gateway) auto-updated to v6.0.0 a while back but the CI buildifier job started failing, like so:
Full log: https://github.com/grpc-ecosystem/grpc-gateway/actions/runs/9012070457/job/24760663351?pr=4266.
I made the change to WORKSPACE recommended in the release notes but I don't know how to fix this error. Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: