commit | 082ef752baeddced3e9958c184e925cb76186308 | [log] [tgz] |
---|---|---|
author | adgar <adgar@google.com> | Thu Mar 18 17:20:14 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Mar 18 17:21:18 2021 -0700 |
tree | 9685ca273b81b48c431dfc9ef255a2a7ba115fc0 | |
parent | e2af68f6647077734bef1bf5ce33d1eadd9470a7 [diff] |
Update BEP docs to explain NamedSetOfFiles consumption; add example. The NamedSetOfFiles event in BEP is tricky to consume due to its recursive, shared structure and its ordering properties within the BEP stream. Consuming these events is a common use case as it is necessary to obtain the output files from a build. This change adds documentation specific to consuming these events and provides sample pseudocode to that effect. PiperOrigin-RevId: 363782854
{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