commit | 006b4972b433bda280e6982d297da6071b84b88d | [log] [tgz] |
---|---|---|
author | lberki <lberki@google.com> | Mon Sep 28 00:17:34 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Sep 28 00:18:45 2020 -0700 |
tree | c5beb49111ea9cfa1488eed15214c8ecf553614d | |
parent | c924b4d42a4e74975bf9f96a4ea978682f147915 [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: 334097293
{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