commit | 4ca4b4515a0e9e473a9c149c0aff40314b6bba74 | [log] [tgz] |
---|---|---|
author | Ed Baunton <edbaunton@gmail.com> | Tue Aug 07 06:07:21 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Aug 07 06:09:20 2018 -0700 |
tree | 73ab45df39c6c51656cb0f11c285d91e33b43375 | |
parent | 17fa6866cb565d0fdb823a8c244b372a30ea41e7 [diff] |
Replace cd with git -C during in git skylark rules Use `git -C` instead of `cd` in git skylark rules to be more concise. I think it's probably better to use the built-in changedir functionality of git rather than `cd`ing around manually. Happy to be overruled however if it makes readability better. Closes #5668. PiperOrigin-RevId: 207703326
{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.