commit | 487d0b25213e723339f4f67143f5554e67ffcb3e | [log] [tgz] |
---|---|---|
author | cparsons <cparsons@google.com> | Fri Aug 21 08:30:47 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 21 08:31:57 2020 -0700 |
tree | f3849b7c44be200e607f5eed7c58c165c4d95c86 | |
parent | bcabfd7d6405e6e809a190c4060371e8423edca2 [diff] |
Support cquery Starlark expression output formatter This allows the user to specify a Starlark expression to be evaluated (and printed as output) for each configured target in the cquery result. The configured target may be referenced in the Starlark expression via `target`. Example usage: $ bazel cquery --output=starlark --expr='" ".join(target.files.to_list())' //foo RELNOTES: None. PiperOrigin-RevId: 327813810
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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