commit | 2b6a435a1c5bb683f3e69e92ca878af6e119918e | [log] [tgz] |
---|---|---|
author | cparsons <cparsons@google.com> | Mon Oct 28 16:30:34 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Oct 28 16:31:34 2019 -0700 |
tree | d98378a45cf7c7a3b38090610803e5e12cb0ea64 | |
parent | 95766f89818614b997ba3b37a3a59bce653536ce [diff] |
Implement Action.args This new field on Action is guarded by a new experimental flag, --experimental_action_args. If enabled, it will return a frozen Args object which contains an accurate representation of the arguments used to register that action (including arguments related to expanded tree artifacts) Args objects retrieved from Actions.args are entirely immutable, meaning none of their mutation methods are callable. This includes Args.use_param_file(). We may want to relax this constraint at a later time. RELNOTES: None. PiperOrigin-RevId: 277167480
{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