commit | 0d107498c64303099e3a86acd08313beb587d31f | [log] [tgz] |
---|---|---|
author | Laszlo Csomor <laszlocsomor@google.com> | Wed Mar 13 09:04:27 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Mar 13 09:07:23 2019 -0700 |
tree | 14eebcd6ab9282874b96e217c38a7539db30c9ce | |
parent | 20f0345824ead79a2aebed72d0bae82f2578328b [diff] |
Bazel client: add and use blaze::GetPathEnv() Use GetPathEnv() instead of GetEnv() for envvars with paths. On Linux/macOS/POSIX, GetPathEnv and GetEnv do the same. On Windows, GetPathEnv removes the UNC prefix from the result, calls AsWindowsPath, then converts backslashes to forward slashes. (As callers expect the result.) Fixes https://github.com/bazelbuild/bazel/issues/7705 Closes #7707. PiperOrigin-RevId: 238236143
{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.