-
Notifications
You must be signed in to change notification settings - Fork 723
Modularize core Bazel dependencies #7
Copy link
Copy link
Closed
Labels
Description
Dependencies of the Bazel project itself should be added into the Bazel Central Registry:
- bazel_skylib
- bazel_skydoc
- com_google_protobuf
- platforms
- rules_cc
- rules_java
- rules_proto
- rules_pkg
- rules_python
- rules_nodejs
- rules_sass
- grpc
- upb
- c-ares
- zlib
- abseil-cpp
- re2
- boringssl
Blockers:
Notes:
- Currently we are writing MODULE.bazel files for those project and checking them in the BCR, that is fine because Bzlmod don't read MODULE.bazel from the source archive. But ideally they should be upstreamed.
Reactions are currently unavailable