commit | 84eae2ff550c433a3d0409cf2b5525059939439d | [log] [tgz] |
---|---|---|
author | philwo <philwo@google.com> | Tue Dec 17 02:19:49 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 17 02:20:50 2019 -0800 |
tree | 852ecb6f5748123851536fa98b82a12091cb861a | |
parent | 7a05289d916c802bd515dcfb25eef99624bc791a [diff] |
Let shellzelisk fallback to bazel-real if it's the requested version. This means that if you "apt-get install bazel" and that happens to be version "2.0.0" and in your `.bazelversion` file you have "2.0.0", then the new Bazel wrapper will just use the Bazel binary installed as the "latest" Bazel by "apt-get install bazel" and not ask the user to install the same version of Bazel as a side-by-side binary using "apt-get install bazel-2.0.0". The same applies when using the Bazel installer or any other setup that uses the wrapper script. Closes #10356. RELNOTES: None. PiperOrigin-RevId: 285941301
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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