-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
DevProd Build
-
Fully Compatible
-
ALL
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently we build everything in bazel by default ("bazel build //src/...") this unfortunately also includes gperftools' tcmalloc which is causing issues in BF-32672 when it's used on variants that specify the system allocator to be used.
Since gperftools's tcmalloc is not needed when the system allocator is specified, skip building it.