Top
image credit: Pixabay

Bazel 2.0 Released with Performance and Stability Improvements

February 6, 2020

Via: InfoQ

Bazel, the build and test tool that is based off of Google’s internal build tool Blaze, recently released version 2.0. This release introduces a few flagged changes that will be incompatible with past versions as well as a number of other stability and performance improvements.

Bazel is an open-source build tool built to handle projects with large codebases, multiple compiled languages, and extensive tests. It leverages both local and distributed caching coupled with dependency analysis to rebuild only the portions of the built that are affected by the changeset.

Read More on InfoQ