commit | d04d7baa1605c8c3a637255bd61c00dba73ad800 | [log] [tgz] |
---|---|---|
author | pcloudy <pcloudy@google.com> | Mon May 27 06:09:36 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon May 27 06:10:38 2019 -0700 |
tree | c3a44f43094deb904f2f70b61dcae04f89c9dccb | |
parent | 229fe564ba458c46629f1ff9a510b46110dd4dd9 [diff] |
Disable WatchFs on Windows The current implementation of WatchFs always holds the handles of the files being watched, this will cause bazel clean and many other clean functions to fail. Make --watchfs a non-op until we have a proper implementation for Windows. Related: https://github.com/bazelbuild/bazel/issues/1931#issuecomment-496013304 RELNOTES: None PiperOrigin-RevId: 250144238
{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.