commit | 369409995bd75eeb0683fd24f7585d2a90320796 | [log] [tgz] |
---|---|---|
author | laszlocsomor <laszlocsomor@google.com> | Wed Mar 14 08:22:13 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Mar 14 08:23:41 2018 -0700 |
tree | 73cc53acb750f2f02ecb0d52d12542979559e6bf | |
parent | 6c64b64956c7f5c5cacc335457f6c57e0e26f273 [diff] |
Automated rollback of commit c2b332b45e6ea41a14ecbd3c5f30782bcdeec301. *** Reason for rollback *** Causes https://github.com/bazelbuild/bazel/issues/4847 *** Original change description *** windows: replace custom JunctionResolver There's a realpath(3)-like Windows API function called GetFinalPathNameByHandle{A,W}. This commit removes JunctionResolver, implements RealPath using GetFinalPathNameByHandleW, and replaces JunctionResolver usages with RealPath. PiperOrigin-RevId: 189031288
{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.