commit | 2ce9844612e120b099369d923e132d6c9c209854 | [log] [tgz] |
---|---|---|
author | dslomov <dslomov@google.com> | Mon Oct 23 19:14:02 2017 +0200 |
committer | Dmitry Lomov <dslomov@google.com> | Tue Oct 24 10:39:41 2017 +0200 |
tree | 33f6b53b5008926fdcd3b847c77df19d941630bf | |
parent | 98cd82cbdcac7c48164a611c5a9aa8fc2f1720ef [diff] |
Implement custom executable API. Design is https://github.com/bazelbuild/bazel/issues/3826, specifically https://github.com/bazelbuild/bazel/issues/3826#issuecomment-336220897. Fixes #3826. RELNOTES: ctx.outputs.executable is deprecated. Use DefaultInfo(executable = ...) instead. PiperOrigin-RevId: 173132066
{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.