commit | 087fea195920a3bb56f955be992e4325175c6bbb | [log] [tgz] |
---|---|---|
author | Laszlo Csomor <laszlocsomor@google.com> | Thu Mar 07 07:19:13 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Mar 07 07:20:42 2019 -0800 |
tree | ef86a0cae54d771f0474c321615c50706f6cf6bb | |
parent | 6696652ea298f7d9437c5702265573323d5d7f53 [diff] |
Windows: Bash is no longer required for everything Bazel no longer reports an error if it fails to locate Bash. This allows "bazel info release" to work even in absence of Bash. To clarify, Bazel still requires Bash to build rules that depend on Bash. This PR simply removes the fatal error Bazel used to display if Bash was missing even when Bash was not required. Fixes https://github.com/bazelbuild/bazel/issues/6462 Closes #7666. PiperOrigin-RevId: 237242448
{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.