commit | 7d8a7c098cba5a8ea6e0448857f57158efd3b35c | [log] [tgz] |
---|---|---|
author | Yen-Chi Chen <zxkyjimmy@gmail.com> | Mon May 06 06:35:13 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon May 06 06:36:36 2019 -0700 |
tree | af86460c37fc0561aaeb16353048dd6b202901f5 | |
parent | 846141acee3326e232c8be9d167883938a58c7ce [diff] |
Fix bash completion path The Bazel binary installer said ``` prefix="/usr/local" bin="%prefix%/bin" base="%prefix%/lib/bazel" ``` so the bash completion script should be in `/usr/local/lib/bazel/bin` when we run the installer as root. Closes #8105. PiperOrigin-RevId: 246816374
{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.