commit | 905291b7f69f316d4af885d51768dadf7accd9c9 | [log] [tgz] |
---|---|---|
author | janakr <janakr@google.com> | Tue May 15 09:43:34 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue May 15 09:45:09 2018 -0700 |
tree | 392f88058eaa1943e95915da7a4b3b4fd80c799f | |
parent | c1b5c94114789a15632c4b99bc965462956216d7 [diff] |
Add option --experimental_discard_actions_after_execution in order to turn it off after a release. Discarding actions hasn't been shown to have a significant positive effect on heap memory usage, after careful research by mschaller@. It's holding back other projects (threading Fileset metadata through) and adding complexity, so it's time to kill it. Out of an abundance of caution, I'll keep actions in memory via a flag flip, then, if it sticks, I'll change the default, and then I'll unwire everything. PiperOrigin-RevId: 196682768
{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.