Open nascentcore-eng opened 1 year ago
Context BCC build is with parallel build flag in bcc.BUILD
But that flag does not take effect at all. As the bazel build time on dev host is far longer than cmake && make -j $(nproc)
cmake && make -j $(nproc)
Objective Parallelize bcc build
Proposed solution No idea yet
Context BCC build is with parallel build flag in bcc.BUILD
But that flag does not take effect at all. As the bazel build time on dev host is far longer than
cmake && make -j $(nproc)
Objective Parallelize bcc build
Proposed solution No idea yet