commit | cf89e58dd62da287470028cb553e7e69774180db | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Fri Sep 21 13:12:11 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Fri Sep 21 13:13:51 2018 -0700 |
tree | dc69adb301c223e5d3e22664411a4735b1c99e1c | |
parent | c608f65820230becc01f00a9b2acf24a1b033ce3 [diff] |
Minor cleanups in ActionMetadataHandler: - Use ConcurrentHashMap.computeIfAbsent (which is thread-safe) instead of making thread-safe code manually. - Use the more compact syntax of Sets.newConcurrentHashSet. - Fix a typo. RELNOTES: None. PiperOrigin-RevId: 214032840
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds 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
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.