commit | 27be70979b54d7510bf401d9581fb4075737ef34 | [log] [tgz] |
---|---|---|
author | Philip Patsch <philip.patsch@tweag.io> | Tue Aug 28 02:30:51 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Aug 28 02:32:32 2018 -0700 |
tree | 52ef3123d66451ab54ef867c2c2e53a5761326a6 | |
parent | 2894b3005693d1318a28b66d22ca39eb7a34077c [diff] |
Remove perl dependency for bash completions The commands that are substituted here will only consist of ASCII characters, so we can avoid the dependency on perl(1) and just use tr(1). Tested manually: ``` $ ./scripts/generate_bash_completion.sh --bazel=bazel --output=./complete.bash --prepend=./scripts/bazel-complete-template.bash $ source complete.bash $ _bazel__options_for build ``` Fixes #5943. Closes #5999. PiperOrigin-RevId: 210511218
{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.