Build software of any size, quickly and reliably, just as engineers do at Google.
Bazel is Google's own build tool, now publicly available in Beta. Bazel has built-in support for building both client and server software, including client applications for both Android and iOS platforms. It also provides an extensible framework that you can use to develop your own build rules.
With Bazel's optimized dependency analysis, advanced caching and parallel execution of build actions, you get fast, clean builds.
Bazel examines the content of source files in your dependency graph, not just timestamps, to determine when to rebuild. Because incremental builds are virtually always correct, it's not necessary to run a clean build "just in case" to ensure correctness.
When you build software with Bazel, you're running the same code that has been refined and tested over years of use in the engineering environment at Google.
Builds only use input files that are explicitly declared in the build specification. On Linux, Bazel runs tools in a sandboxed environment that contain only the minimum necessary files required. Even tests are run in sandboxes, which ensures predictable, environment-independent results.
Bazel is in Beta. There are still some functional limitations, but we believe that Bazel is stable enough for production use. See our Support page for information about feature status and releases. The Bazel team monitors and responds actively to bug reports from users.
See our Installation Guide to learn how to download and install Bazel.
See our Getting Started Guide to learn how to write a BUILD file and run Bazel.
See our User Manual to learn about the Bazel command-line tool.
Take a look at our documentation and read our FAQ.
Contribute
Governance Plan
Roadmap
Support
Who's using Bazel
或是邮件反馈可也:
askdama[AT]googlegroups.com
订阅 substack 体验古早写作:
关注公众号, 持续获得相关各种嗯哼: