commit | 58c58bb83d58059d091e72b33cd195d67da051b6 | [log] [tgz] |
---|---|---|
author | mai93 <messa@google.com> | Thu Apr 01 08:16:30 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 01 08:18:05 2021 -0700 |
tree | 4181aed03fb11cb76b6edab00aa0e7a8193c9942 | |
parent | ba48022a8fe8f77cf7fb5017b90cc379fed58497 [diff] |
Using back slashes in the binary path in the script_path output file on Windows On Windows, batch does not recognize the path of the binary written in the generated script if script_path is specified in Bazel run command. This PR fixes this by replacing the forward slashes ("/") in the binary path with back slashes ("\\"). fixes: #12759 Closes #13242. PiperOrigin-RevId: 366253737
{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