Skip to content

Configuration option for disabling blob fetching with RE

Raoul Hidalgo Charman requested to merge raoul/1043-disabling-blob-fetching into master

Description

As suggested here, this is a follow up to the partial CAS work, that allows users to specify that they don't to fetch file blobs even for targets when performing a remote build.

Changes proposed in this merge request:

  • Add configuration option 'fetch-blobs' to 'remote-execution'
  • Add tests to confirms this works (i.e. can't checkout when this is set to false and we do a remote build)
  • Updates the docs

This merge request, when approved, will close: #1043 (closed)


Merge request reports