commit | d729f911bac4998a0c855500e0c83b0697ca5489 | [log] [tgz] |
---|---|---|
author | Alan <alan.agius@betssongroup.com> | Thu Oct 11 10:29:10 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Oct 11 10:30:41 2018 -0700 |
tree | 30270efb388740c1e2929c7907bb242809e66d62 | |
parent | a221e820195e92f338d260e6e2c0ab721ceb9c20 [diff] |
fix: `rlocation` to resolve directories In case in the runfiles `MANIFEST` the tree-artifact is a directory it won't be resolved with `rlocation` due to the `-f` flag that matches only files. `f` check if the path exists and is a file `-e` just check that the path exists and is anything //cc @gregmagolan Closes #6246. PiperOrigin-RevId: 216718939
{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.