commit | 7598bc6bdf74b21cc75d7475cf5ad04a6c3bdcea | [log] [tgz] |
---|---|---|
author | lberki <lberki@google.com> | Fri Oct 02 01:33:14 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Oct 02 01:34:17 2020 -0700 |
tree | 98b0a9f15ec4c21437133dfbde96e0679beb019c | |
parent | 7aafb4feb8d58ccc3cf8574778628b692d463b83 [diff] |
Make Bazel not raise an error when a symlink points to its own ancestor. This is only an error when the symlink is to be traversed recursively. E.g. `a/a/a/b` is perfectly acceptable if `a/a` is a symlink to `.`, except if we want to recursively traverse into it during a glob or recursive target pattern expansion. RELNOTES: Blaze now allows symbolic links that point to their own ancestor unless they are traversed recursively by e.g. a //... recursive target pattern or a recursive glob. PiperOrigin-RevId: 334982640
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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