bazelbuild / rules_cc

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

Make stardoc a dev dependency #249

Closed meteorcloudy closed 1 month ago

meteorcloudy commented 1 month ago

Otherwise rules_cc is transitively incompatible with Bazel 6 through the chain stardoc 0.7.0 -> rules_java 7.6.1.

stardoc targets are not needed by consumers of the ruleset.

Rebasing https://github.com/bazelbuild/rules_cc/pull/248