buildbarn / bb-deployments

Example deployments of Buildbarn on various platforms
Apache License 2.0
102 stars 70 forks source link

Add virtual file mount (FUSE) for increased performance #84

Closed moroten closed 1 year ago

moroten commented 1 year ago

For any RBE builds that are gated in perf & spend most time fetching inputs, use virtual mount to increase performance. This commit adds the FUSE mount for the docker-compose deployment.

This is a copy of #81 but keeps a hardlinking worker for reference, in case privileged mode is not wanted.