circt icon indicating copy to clipboard operation
circt copied to clipboard

[CI] ShortIntegrationTests.yml - don't save cache with date

Open dtzSiFive opened this issue 2 years ago • 0 comments

While the ccache is small for this (< 100MB), it runs on every commit and saves the updated ccache with the date. These add up, and contribute to our cache quota without adding much -- we only ever use the latest.

This seems to be baked-in to the ccache action we're using, so may need to handle ccache cache management ourselves (as we already do in nightly) to get the desired behavior.

Offhand, I don't see a reason not to just save under 'ccache' or something.

cc #3761 .

dtzSiFive avatar Aug 26 '22 14:08 dtzSiFive