commit | 774bfe0f2a8e9cb4fa389f1e8b50a8fc13efcfe7 | [log] [tgz] |
---|---|---|
author | tomlu <tomlu@google.com> | Fri Aug 24 14:15:44 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Fri Aug 24 14:17:01 2018 -0700 |
tree | 0852f42f90cd171fc1e8ba42cbbdcda6ee58ad44 | |
parent | 8ceaa65973eb599d9635fa9bc566aefd1f57348c [diff] |
Support directory expansion in Skylark Args. This is controlled by a flag "expand_directories", whose default value is controlled by --incompatible_expand_directories. Example: directory = ctx.actions.declare_directory('dir') ... args = ctx.actions.args() args.add_all([directory]) The resulting command line will now contain the directory contents instead of the path to the directory. RELNOTES[INC]: Adds --incompatible_expand_directories to automatically expand directories in skylark command lines. Design doc: https://docs.google.com/document/d/11agWFiOUiz2htBLj6swPTob5z78TrCxm8DQE4uJLOwM PiperOrigin-RevId: 210155043
{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.