commit | 36e11b21c78c0d7ec64fd64dc14b51eb8b21e340 | [log] [tgz] |
---|---|---|
author | arostovtsev <arostovtsev@google.com> | Tue Mar 23 14:10:15 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Mar 23 14:11:25 2021 -0700 |
tree | 8b89c9f2c172b517c27baeb50ff9448386fd0733 | |
parent | 545a94d5f9495d4f0615760e0918aede56daa6d0 [diff] |
Update runfiles usage example to use merge_all() In the example, we are merging a potentially very large list of runfiles - so we should be using merge_all() to avoid exceeding depset depth limits, instead of calling merge() in a loop. RELNOTES: None. PiperOrigin-RevId: 364640619
{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