commit | 9761509f9ccc3892f42425b904adf1ef10bcb1f4 | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Wed Jun 16 07:55:57 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 16 07:56:59 2021 -0700 |
tree | 2105274b10830433f89962db263efec34167960e | |
parent | 2172f314f2357dbe573e0abb622c4196d0c5f05c [diff] |
Fix building on gcc 11 Fixes #12702. Without this include the build is failing with: third_party/ijar/mapped_file_unix.cc: In constructor 'devtools_ijar::MappedOutputFile::MappedOutputFile(const char*, size_t)': third_party/ijar/mapped_file_unix.cc:115:21: error: 'numeric_limits' is not a member of 'std' 115 | std::numeric_limits<size_t>::max()); | ^~~~~~~~~~~~~~ Closes #13537. PiperOrigin-RevId: 379719635
{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