Pin rules_cc to 0.17.0 (#37545)
- populate rules_cc information in bazel/repository_locations.bzl - load rules_cc in repositories.bzl - stop listing rules_cc as an untracked dependency of rules_rust Before this, we didn't track `rules_cc` at all, and were at the whim of whatever brought it in, which for a local build for me today was 0.0.4, from circa 2022. This does introduce some noise as the `cc_proto_library` rules in `rules_cc` now delegates to the one from `@com_google_protobuf` with a deprecation warning. We can silence these with a few small patches to our dependencies to bring them up to date if just updating them is insufficient. Risk Level: low Testing: ci --------- Signed-off-by: Alejandro R. Sedeño <asedeno@google.com> Mirrored from https://github.com/envoyproxy/envoy @ 223443a07ac1ab1aa5a0dfe5cf664d1d7ab65d26main
parent
040c2d83e8
commit
fb9e8f4714
1 changed files with 17 additions and 0 deletions
Loading…
Reference in new issue