commit | 6eda6b5e4d510f01db51b916fbc8abb95cbe52ef | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Wed May 29 11:28:11 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 29 11:29:13 2019 -0700 |
tree | 09c7a19c2c8135987acb1120ec12e3349d7df499 | |
parent | ac0caa75e32bc1c4220afbc6ab1ec1c9be58fda8 [diff] |
Enable persistent workers for Desugar by default for Bazel Default Desugar to use persistent workers as a sane default. Measured to reduce local build times by up to 20%. RELNOTES: Android desugaring actions now use persistent workers by default. This has been measured to provide up to 20% reduction in build times. To disable it, use the `--strategy=Desugar=sandboxed` flag. See https://github.com/bazelbuild/bazel/issues/8342 and https://github.com/bazelbuild/bazel/issues/8427 for more details on local build speed optimization for Android apps. Closes #8448. PiperOrigin-RevId: 250531699
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.