cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

Cache artifacts generated by CI #277

Closed segeljakt closed 3 years ago

segeljakt commented 3 years ago

Caching of artifacts which are generated during CI could speedup compilation and testing times.

We could try the following (suggested by Frej):

  1. Increase ccache to ~20G
  2. Cache the target-directory used by the arc-cargo-script.

I will put this issue here until I have resolved it

frej commented 3 years ago

For 1 I would start with checking that the CI doesn't zap the ccache cache directory by default.