Bazel

Saw this being used a lot in Open Source projects when I was working at Blackberry QNX.

Might as well learn it. Refer to https://bazel.build/.

Note: dazel = bazel + Docker

Resources:

Some counterpoints on why Bazel is trash:

Use cases:

Main components

  • BUILD
  • WORKSPACE
  • .bazelrc

The build file will tell you the dependencies?