bazelbuild / rules_cc

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

Fix invalid license.bzl load #178

Closed keith closed 1 year ago

keith commented 1 year ago

Looks like an internal google automation exported a bad path, but really to fix this we need this new dep on rules_license

https://github.com/bazelbuild/rules_cc/commit/0d68932a68bcd6f332b14ccc561990586de2318d

keith commented 1 year ago

@oquenchil can you review and create a new release after landing? this issue makes 0.0.5 unusable

keith commented 1 year ago

@aiuto can you investigate the internal automation that caused this. looks like rules_java and java_tools are also broken by this

keith commented 1 year ago

actually the license is invalid too, so i think we just need to revert it https://github.com/bazelbuild/rules_cc/pull/179