commit | 1645eb8ac6a1df5f7f41599039113bba9f081c89 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Wed Apr 22 09:18:11 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 22 09:20:32 2020 -0700 |
tree | 5bda6bc1618f0d0fd55c9c1719619f1dcface54c | |
parent | 75d7f137033c476f9e4020174c0a5181f4a44d79 [diff] |
Add new flag to omit creating '<product>-out' symlink if the option '--symlink_prefix' is specified. The new flag is 'experimental_no_product_name_out_symlink'. If set to true, the '<product>-out' symlink will not be created if "symlink_prefix" is used. This flag is defaulted to false. The '<product>-out' symlink was always being created regardless of whether or not '--symlink_prefix' has been specified, creating two *-out symlinks. The '<product>-out' symlink should only be created if '--symlink_prefix' is not specified, otherwise only create '<symlink_prefix>-out'. RELNOTES: Add new flag, 'experimental_no_product_name_out_symlink', to omit creating '<product>-out' symlink if user specifies '--symlink_prefix' option. PiperOrigin-RevId: 307830598
{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