commit | 275c54c982468b97611dc764c68daed8d7c45004 | [log] [tgz] |
---|---|---|
author | ajurkowski <ajurkowski@google.com> | Fri May 14 15:55:44 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 14 15:56:58 2021 -0700 |
tree | d9e9e4752ff4a46a4da485472e22acf17474dd0d | |
parent | d228b09e9ba694184c02fa07a5e29bccc51028da [diff] |
Change the signature of tree artifact expansion to allow passing a reference to children from `TreeArtifactValue` to `ArtifactExpanderImpl`. We currently create a copy of the set of children for each of the tree artifacts when collecting input mappings. That can easily be avoided if we relax the signature to allow subclasses of `Artifact`. Change the signature so that we can take a reference to an already existing set of children in `TreeArtifactValue` rather than copying it. PiperOrigin-RevId: 373881983
{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