bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
182 stars 90 forks source link

rules_cc is incompatible with --incompatible_load_{cc,java,proto,python}_rules_from_bzl #43

Open Yannic opened 4 years ago

Yannic commented 4 years ago

I think some (most) of these incompatibilities come from Protobuf.

The best solution would be to add rules_proto to the federation and update the dependency of the federation (the federation can't simply update to a compatible version of Protobuf because that version depends on rules_proto).

hlopko commented 4 years ago

With https://buildkite.com/bazel/rules-cc-plus-bazelisk-migrate it will be easier to keep track of incompatible changes.