bazel-contrib / target-determinator

Determines which Bazel targets were affected between two git commits.
Apache License 2.0
144 stars 22 forks source link

Don't persist bazel caches across runs #52

Closed illicitonion closed 1 year ago

illicitonion commented 1 year ago

Target determinator is pretty fast to build, and the tests almost never get cache hits.

The cache is currently 4.5GB.

Downloading it is slower than just re-building things, and we're likely to re-run the tests regardless.