commit | bc4eb273de3ac59962d6e78628a28a9109e43715 | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Thu Aug 10 17:33:22 2017 +0200 |
committer | Marcel Hlopko <hlopko@google.com> | Fri Aug 11 12:56:09 2017 +0200 |
tree | 2b2b05003e053bf95b73f39aca13300c6e3a0034 | |
parent | 4ed3db6517c7e13f46924fb832c0d65b70c95cde [diff] |
Move OutputService to lib.skyframe This isn't ideal, but is the fastest way to split analysis, execution, and rules into separate java libraries, with lib.skyframe still being in the analysis library. Ideally, we'd split up the lib.skyframe package, move the analysis stuff to the analysis library, the execution stuff to the execution library, and so on. That wouldn't require us moving OutputService out of lib.exec. PiperOrigin-RevId: 164856998
{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 system. 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.