Update rules_apple dependency to support rules_swift 3.x#25437
Update rules_apple dependency to support rules_swift 3.x#25437luispadron wants to merge 3 commits intoprotocolbuffers:mainfrom
Conversation
|
I was also surprised to see protobuf take a dep on rules_apple. I could only find one use in this repo for it. It sort of complicates how protobuf is used in |
|
cc @jguamie |
|
This PR is failing most of our windows platform tests. It looks like the absence of Can you try including a bump to the version of |
|
@JasonLunn Hmm interesting. protobuf doesn't have a direct dep on rules_swift and I'm not sure it can? rules_swift has a dependency on protobuf. The version 2.x is being brought in by rules_apple transitively |
|
Pushed a change that uses an override to see if that helps |
|
Updated! I think we'll likely want to follow this up by providing a |
|
Not sure whats up with the other failing tests but they dont seem related to Bazel |
|
I see yall opened #25534, ill close this in favor of that one. I forgot circular deps are fine in bzlmod so i think were good here with the changes in that PR |
|
No need to close this manually, automation will close this when a fix lands. |
rules_swift 3.x requires a compat level of `3` which was only supported in rules_apple 4.x+. Closes #25437 PiperOrigin-RevId: 862515654
rules_swift 3.x requires a compat level of `3` which was only supported in rules_apple 4.x+. Closes #25437 PiperOrigin-RevId: 862515654
rules_swift 3.x requires a compat level of
3which was only supported in rules_apple 4.x+.