tricorder-observability / Starship

Starship: next-generation Observability platform built with eBPF+WASM
GNU Affero General Public License v3.0
163 stars 23 forks source link

BCC bazel build does not seem get parallelized #168

Open nascentcore-eng opened 1 year ago

nascentcore-eng commented 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)

Objective Parallelize bcc build

Proposed solution No idea yet