Good news! As of <https://github.com/pantsbuild/pa...
# development
h
Good news! As of https://github.com/pantsbuild/pants/pull/19144 we now have remote caching in CI again. But there is a catch (see thread for details)
❤️ 3
Only PRs within pantsbuild/pants can read from and write to the cache. PRs across forks can only read from it.
You typically want to write, so you can get fast re-runs of tests that your PR affected.
I suggest that we allow trusted individuals (maintainers, and some others whom we deem trusted) to push branches to pantsbuild/pants, and send PRs from them.
Maintainers will discuss the exact mechanism, and report back here