Hello all, over the last few days, I've poked a bi...
# development
b
Hello all, over the last few days, I've poked a bit at remote caching, and have a proof of concept at https://github.com/pantsbuild/pants/pull/17840 that supports fine-grained "remote" caching to the Github Actions cache for GHA CI builds, and setups up infrastructure that should easily generalise to other blob stores (e.g. S3, GCS). Before I commit too much time into making it at all nice (the code there is very much proof-of-concept), is work towards this likely to be accepted? (The PR description has a bunch of discussion/examples.)
👀 1