• From startup to enterprise, choose the Bazel open source project to build and test your multi-language, multi-platform projects.
  • Integration with Docker and Kubernetes: Attributed to its versatility, Bazel complements modern platforms and systems like Docker and Kubernetes.
  • At the end of the build Bazel prints which targets were requested, whether or not they were successfully built, and if so, where the output files can be found.
  • Bazel runs on Windows, macOS, and Linux. Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution.
    • Issues:
      1.8k
    • Last commit:
      25 June 2024
  • Blaze is also the predecessor to Bazel. Bazel, Pants, Buck, and Please adopted Starlark as a BUILD file parser, respective to its BUILD file syntax.
  • workspace: a directory that holds your project’s source files and Bazel’s build outputs. It also contains files that Bazel recognizes as special
  • Free. Windows, Mac OS, Linux, Android. ••• Build and test software of any size, quickly and reliably. Bazel only rebuilds what is necessary.
  • Learning more about Bazel The Bazel docs are quite good. Suggested reading order if you are new to Bazel: Getting Started with Bazel and C++ WORKSPACE.
  • Since the output of the Bazel BUILD configuration is typically a jar file, we’ll refer each directory containing the BUILD file as a build package.
  • At the time of writing this article, I am a Google employee and I may be biased here, but I’ll still say it — Bazel is one of my favorite projects developed by Google.