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

swift_rules_extra_dependencies() fails with rules_proto 6.0.0 #1199

Open
jiawen opened this issue May 7, 2024 · 0 comments
Open

swift_rules_extra_dependencies() fails with rules_proto 6.0.0 #1199

jiawen opened this issue May 7, 2024 · 0 comments

Comments

@jiawen
Copy link

jiawen commented May 7, 2024

The recent rules_proto 6.0.0 release migrates rules_proto_toolchains() from repositories.bzl to toolchains.bzl. We need a migration path for swift/extras.bzl.

Current:

load(
    "@rules_proto//proto:repositories.bzl",
    "rules_proto_dependencies",
    "rules_proto_toolchains",
)

Should be:

load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")
load("@rules_proto//proto:toolchains.bzl", "rules_proto_toolchains")
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

No branches or pull requests

1 participant