commit | 481bad3a41f9fc95e30d7e51a50411420178a540 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Wed May 27 14:39:48 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 27 14:40:53 2020 -0700 |
tree | f09a5245fda79df7d3874da87c96da7b5e01c22b | |
parent | 32e1313f90abcaa99c1b79750fcc4a8bdf7314c6 [diff] |
Prohibit tree file artifacts from being stored in both artifactData and treeArtifactData in ActionExecutionValue. The new method isChildOfDeclaredDirectory is used to distinguish between undeclared tree file artifacts and action template expansion outputs. The former should only be stored as part of the enclosing TreeArtifactValue. If you have any suggestions for the method name that might be better than isChildOfDeclaredDirectory, please let me know. There are some additional simplifications that can be made in followups. RELNOTES: None. PiperOrigin-RevId: 313466599
{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