commit | 1d20ea76113e49f7fb607ef92231f3665797b8e6 | [log] [tgz] |
---|---|---|
author | ajurkowski <ajurkowski@google.com> | Wed Mar 24 18:52:35 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Mar 24 18:53:40 2021 -0700 |
tree | ac04c74f89035e6610771813a19ae9145981a6ae | |
parent | cc56968635e71f8132481af7b013bbaa11db9f89 [diff] |
Add support for writing files exceeding 2,147,479,552 bytes in `file_posix`. The `WriteFile` helper assumes that each write will complete within a single call to `write`. That is not true for writes which exceed the 2,147,479,552 bytes limit. Add support for splitting the write across multiple calls to `write`. PiperOrigin-RevId: 364939857
{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