You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts commit d0e25cf.
We have the following concerns with the associated change:
- `sphinxdocs` is excluded entirely. Because protobuf fails to compile?
But why? Protos are needed as part of our docgen, but it is unclear
how the docgen is still working. Maybe we can get some clarification
here?
- The `py_proto_library` tests in the `bzlmod` example are excluded from
CI. Because protos also fail to compile? But why? It's an example and
should Just Work.
- Adding the `copts` needs to be done by all downstream users now. But
fixing that in protobuf blocks removing legacy struct providers? I
don't understand the connection.
Also @alexeagle noted extra
[regression](bazel-contrib#1933 (comment))
being caused by the associated PR.
Reverting in order to unblock a new release of `rules_python` and then
we can work together with @comius on reverting the revert.
Reverts bazel-contrib#1933
0 commit comments