Closed hlopko closed 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.
name
cc_configure
Build failure is unrelated to this PR.
To make the build green again.
Adding
name
attribute tocc_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.