Bazel Blog

Bazel 0.22

The Bazel team is happy to announce a new version of Bazel, Bazel 0.22.

Bazel 0.21

We've just released Bazel 0.21!

Bazel 0.20

The Bazel team is happy to announce a new version of Bazel, Bazel 0.20.

Bazel - a multi-language build system

Part of Bazel vision is to create a multi-language build system: it should be possible to seamlessly use and mix multiple languages in a codebase and to orchestrate builds and tests with a single build tool. As a codebase gets bigger, this feature becomes more and more important.

BazelCon 2018 Recap: presentation videos are up!

Thank you to everyone who made BazelCon 2018 a success! Over 300 attendees, representing over 100 organizations, spent two packed days sharing experiences and envisioning the future of Bazel. 80+ users took advantage of Office Hours to get hands-on help with Bazel and Remote Build Execution. And 40+ people received an immersive introduction to Bazel at Boot Camp.

Bazel 0.19

The Bazel team is happy to announce a new version of Bazel, Bazel 0.19.

Bazel Hackathon 2018

The day after this year’s BazelCon at Google New York, Bloomberg hosted 35+ attendees at its Global Headquarters for a day of hacking on all things Bazel, Remote Execution and Remote Worker API.

Bazel 0.18

The Bazel team is happy to announce a new version of Bazel, Bazel 0.18.

Accelerate Bazel builds with Remote Build Execution for GCP

Update: Google Cloud RBE is no longer available to external customers

First-class resolved files

In an earlier blog post, we described how a resolved file can be used to freeze external dependencies.