What is the simplest to setup remote cache/execution server? I am preparing a demo and would like something as simple as possible 🙂
b
bitter-ability-32190
06/15/2023, 11:28 AM
Bazel-remote for a cache. There's a plug and play docker image
👀 1
a
average-breakfast-91545
06/15/2023, 12:30 PM
I've been using this with much success. You can point the image at s3 and it works a treat. The pantsbuild repo uses that trick in its own github workflows.