commit | e2d200f32a7242898a5c976837bd3b8e6dfed62c | [log] [tgz] |
---|---|---|
author | cparsons <cparsons@google.com> | Tue Mar 06 16:15:11 2018 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Mar 06 16:18:46 2018 -0800 |
tree | 98a6fb3b0bbe3d8438aff9206d5ff77cf19870c3 | |
parent | a854d6c0d3d222bbd4ff2a532d48ddd91718908c [diff] |
Expose an actions provider on RuleConfiguredTarget instances. Given a target (for example from a skylark aspect), one will be able to access a list of actions that the target generated using "target.actions". This is without additional memory footprint. Actions themselves are not fully exposed to skylark (and thus there isn't much meaning to gather from them in skylark yet). Access methods will follow soon. RELNOTES: None. PiperOrigin-RevId: 188098079
{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.