commit | a05e6ccdba85f5e827245aa581accd2867e40851 | [log] [tgz] |
---|---|---|
author | Tobias Werth <twerth@google.com> | Tue Aug 14 07:16:52 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Aug 14 07:18:02 2018 -0700 |
tree | b139618c7293d9aeebbb23562952adc7137e60f1 | |
parent | 30f04a1f9c98ad2536df338bdcb1b67a168c4190 [diff] |
Explicitly cast ByteBuffer in clear() call to Buffer. This works around the following error: java.lang.NoSuchMethodError: java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer; at com.google.devtools.build.lib.profiler.Profiler$BinaryFormatWriter.run(Profiler.java:949) at java.lang.Thread.run(Thread.java:748) JDK 9 introduced an overloaded methods with covariant return type. Closes #5886. PiperOrigin-RevId: 208642556
{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.