bazelbuild / rules_cc

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

Disable `unnamed-macro` for `cc-configure`. #70

Closed hlopko closed 4 years ago

hlopko commented 4 years ago

To make the build green again.

Adding name attribute to cc_configure properly requires synchronization with Bazel and passing the name through to places where we didn't expect before (e.g. hardcoded labels in non-templated BUILD files etc.). I leave that to another day.

hlopko commented 4 years ago

Build failure is unrelated to this PR.