commit | a88790d7a6939bf9769121a56771be2e8b5f653a | [log] [tgz] |
---|---|---|
author | leba <leba@google.com> | Thu Apr 16 06:48:51 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 16 06:50:15 2020 -0700 |
tree | 1ae43cdaf0536b875ced7ddc7ff84a8fe48596d3 | |
parent | 261a736055c4be22c789e4368d0c95994983dc30 [diff] |
Remove unnecessary order dependency between direct/transitive children nodes of ArtifactNestedSetKey. ArtifactNestedSetFunction makes 2 getValues calls for direct and transitive children. This results in an implicit ordering, and 2 different dependency groups, when evaluating the nodes. All this amounts to an increased wall time in incremental builds since these deps are unnecessarily evaluated sequentially. RELNOTES: None PiperOrigin-RevId: 306836285
{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