commit | 8f7bc2f67fafcaa8d25cfc77eaaedbf8eed2984a | [log] [tgz] |
---|---|---|
author | Lauri Peltonen <lape@iki.fi> | Wed Feb 17 09:36:31 2021 +0200 |
committer | Yun Peng <pcloudy@google.com> | Thu Feb 25 15:10:50 2021 +0100 |
tree | 46c4c50c3742109e804f60be80d0d4d0bedd199a | |
parent | c903cf9a51187e4432b257bb00f24890644e6e4f [diff] |
[1/3] Bump grpc to 1.33.1 to fix corruption when downloading CAS blobs Part 1: add v1.33.1 version to third_party/grpc Note: partly switches to v1.33.1 too as not all bits are versioned and some of unversioned bits are used from other third_party targets grpc-java versions 1.27 through 1.32 had a bug where messages could arrive after the call was reported clsoed. In the case of bazel, this meant that in GrpcCacheClient, onNext could be called after onError. This leads to offset bookkeeping getting out of sync, and corrupts the CAS blob download. https://github.com/bazelbuild/bazel/issues/12927
{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