-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Build
Currently the following paths cause errors in bazel query because they have bazel BUILD files but our build system doesn't support building them:
```
src/third_party/grpc
src/third_party/abseil-cpp
src/third_party/protobuf
src/third_party/re2
```
These are going to be ignored currently in .bazelignore. This ticket tracks the completion of supporting building them all, after which we can remove them from .bazelignore.
- related to
-
SERVER-82519 Complete TODO listed in SERVER-81039
- Closed