commit | cb08ffcd12c7853961bc2310a2a599a8c598ceb7 | [log] [tgz] |
---|---|---|
author | Ed Schouten <eschouten@apple.com> | Wed Sep 09 23:32:01 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 09 23:33:18 2020 -0700 |
tree | d0e945a98fdda809cf7cb20efe67b43cf26d4004 | |
parent | 2aba2e7bf27085a59c3b09ba0225b9af48748640 [diff] |
REv2: Allow downloads to be prevented by emitting symlinks By default, Bazel's REv2 client downloads all output files of a build action, which is slow. This can be disabled by using flags like --remote_download_minimal, but this causes bazel-out/ to be mostly empty, making the user experience suboptimal. This change introduces a middle ground: it allows people to develop virtual file systems (FUSE, NFS, 9p, etc. etc. etc.) that lazily expose the CAS onto people's systems. It does this by adding a new flag, --remote_download_symlink_template, that causes Bazel to generate symlinks that conform to a given template. Closes #11703. PiperOrigin-RevId: 330876021
{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