commit | 9ed9d8ac4347408d15c8fce7c9c07e5c8e658b30 | [log] [tgz] |
---|---|---|
author | philwo <philwo@google.com> | Mon Sep 03 07:30:26 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Sep 03 07:32:05 2018 -0700 |
tree | e185a2b7e0162d5d64f0c34bcc505ef962a918d7 | |
parent | 3eec3fe647165bec646265434900b36e679acddc [diff] |
Add flag --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree. In the future, Bazel will expand tree artifacts in runfiles, too, which causes the sandbox to link each file individually into the sandbox directory, instead of symlinking the entire directory. In #5971 it was shown that this might have user-visible impact, so the flag provides a mechanism to try it out before Bazel turns it on by default and also to temporarily revert to the previous behavior during the migration window. The flag will be removed once migration has been completed. RELNOTES: In the future, Bazel will expand tree artifacts in runfiles, too, which causes the sandbox to link each file individually into the sandbox directory, instead of symlinking the entire directory. In this release, the behavior is not enabled by default yet. Please try it out via --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree and let us know if it causes issues. If everything looks good, this behavior will become the default in a following release. PiperOrigin-RevId: 211354053
{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.