Skip to content
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

Support rules proto 6.0.0 #1482

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

NilsIrl
Copy link

@NilsIrl NilsIrl commented Feb 4, 2025

Fix #1199

Copy link
Contributor

@mattrobmattrob mattrobmattrob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this break the rules_swift default MODULE.bazel configuration of rules_proto => 5.3.0-21.7 because proto/toolchains.bzl doesn't exist?

https://github.com/bazelbuild/rules_proto/tree/5.3.0-21.7/proto

@NilsIrl
Copy link
Author

NilsIrl commented Feb 5, 2025

Yep, I think MODULE.bazel would need to be updated too

@mattrobmattrob
Copy link
Contributor

Typically, rules_swift doesn't update dependencies unless it needs some portion of, for example, rules_proto 6.X.X in its implementation. I'd recommend applying this change via something like single_version_override.patches until rules_proto is updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

swift_rules_extra_dependencies() fails with rules_proto 6.0.0
2 participants