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

Fix action conflict on exec transitioned cc_proto_library #13875

Closed

Commits on Aug 21, 2021

  1. Fix action conflict on exec transitioned cc_proto_library

    When the proto rules' depdencies were switched over to the exec config in
    7acf9ea, the dependency of CcProtoAspect on the
    proto C++ toolchain was not updated. Due to this, cc_proto_library had two
    dependencies on @com_google_protobuf//:protobuf (through :protoc and directly)
    with potentially incompatible configurations, which lead to conflicting actions.
    
    Fixes bazelbuild#13464.
    fmeum committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    ad62f2d View commit details
    Browse the repository at this point in the history