commit | 9c775b878678c397fcefa486c3258076463e1dab | [log] [tgz] |
---|---|---|
author | Laszlo Csomor <laszlocsomor@google.com> | Fri May 17 04:36:42 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 17 04:37:50 2019 -0700 |
tree | dfc20429de9c67b6833f43d07682893669070b4c | |
parent | 77b987524ad0988dd0d21cd5e9dcadb897bedd26 [diff] |
Windows: fix path joining in AsAbsoluteWindowsPath The didn't normalize the result after joining it with GetCwdW(). This created invalid paths when the joined segment started with "..\". Fixes https://github.com/bazelbuild/bazel/issues/8202 Closes #8373. PiperOrigin-RevId: 248698154
{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.