commit | 73550c17e42896f5fbf89c35b6175abe9f4ff7ab | [log] [tgz] |
---|---|---|
author | lberki <lberki@google.com> | Fri May 17 05:41:22 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 17 05:42:19 2019 -0700 |
tree | fd7d6b0c49ddffe5bfac31d0b0561f06cf9a6e33 | |
parent | 7aa6692fd4cf719223c04e729a25a902c22388ec [diff] |
Use lite proto in the client, thereby reducing the size of our binary by ~1MiB to 45.036MiB. We're *almost* 45 binary megabytes! We can't use "option optimize_for=LITE_RUNTIME" because command_server.proto is used in Java, too, and that doesn't compile with lite runtime (at least not trivially) and protoc complains about having to build lite Java protos in a different way anyway. RELNOTES: None. PiperOrigin-RevId: 248704194
{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.