commit | 65173666790d6fff0190c196536d34743b419c12 | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Mon Jun 11 07:01:48 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Jun 11 07:02:58 2018 -0700 |
tree | b16cba3ef9419c4fb8ce6fd2cc775696cf8727ce | |
parent | 4cf2ebdcef7b5d4c46e533a560642b89eb3f02a5 [diff] |
Inline some ActionContextProvider classes into their modules This also gets rid of some boilerplate. The ExecutionTool.addActionContext method has been around for a while, but is underused. There are still a few ActionContextProvider implementations left, which are implementing other functionality besides adding action contexts. As a side effect, this change reduces null build time with a hot server on linux by about a quarter. We were running the linux sandbox twice on every build, which takes about 70ms each (on my machine), with the total null build time around 300ms. PiperOrigin-RevId: 200045145
{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.