commit | b68d3c15a5e4f7be730c9386e4bd3b21b3f600b8 | [log] [tgz] |
---|---|---|
author | Yun Peng <pcloudy@google.com> | Wed May 29 14:38:27 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 29 14:39:33 2019 -0700 |
tree | 1a6afd5e2a7099cc567d34870014c173c4cd9c71 | |
parent | 7133f21ffd3e20cedf21ad8d0d506a6f2a35c85f [diff] |
Windows, launcher: support python/bash toolchain Previously, we assume the python/bash binary path passed to the launcher is an absolute path specified by `--python_path` or `--shell_executable`, but this is not true when using python/shell toolchain. When using the python toolchain, the given python binary path will be a runfile path, we can use `Rlocation` to find the absolute path. Fixes https://github.com/bazelbuild/bazel/issues/7947 Closes #8440. PiperOrigin-RevId: 250569171
{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.