commit | 004bcb406587df5fadd503eff1832b3924d023fd | [log] [tgz] |
---|---|---|
author | Klaus Aehlig <aehlig@google.com> | Thu Jan 24 03:53:32 2019 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Jan 24 03:55:19 2019 -0800 |
tree | 6a84baa0d3178daedb155a7910a23e21b49f859a | |
parent | 05455a02d233464917f5d63938f44722e347c7e8 [diff] |
Update bootstrap documentation to include `--host_javabase` Our instruction on how to install bazel from source tell to install a JDK on the host machine. Then the standard expectation is that this is used, which is also the standard workflow for packaging software. To comply with this expectation, the `--host_javabase` argument has to be set. Fix our documentation accordingly. Discussed on #6656. Change-Id: Ib64b35d0b82fee83fcd9282519e16807588ed8a7 PiperOrigin-RevId: 230694090
{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.