commit | 669460db5ded637715fa2e4cc857b7a37b931b3e | [log] [tgz] |
---|---|---|
author | michajlo <michajlo@google.com> | Fri May 24 12:45:41 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 24 12:46:45 2019 -0700 |
tree | 6d3974886eab3da0b9040c6b66a71c2581d8e019 | |
parent | 953bdf52d9466726807d1d8173f4c61be88178e6 [diff] |
Remove cwd from global variables Its initial value is invalid, which isn't documented, and it's only used in a few places. Therefore, demote from global vars so that it's a) obvious what depends on it, and b) we're less silently reliant on a certain order of function calls happening to properly populate state. PiperOrigin-RevId: 249882214
{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.