Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve CI build times by fixing caching #27

Open
DamianReeves opened this issue May 20, 2020 · 0 comments
Open

Improve CI build times by fixing caching #27

DamianReeves opened this issue May 20, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@DamianReeves
Copy link
Member

Now that the CI has switched over to using mill we need to properly cache the things mill cares about.

Change the caching config in ci.yaml to cache mill, coursier, and ivy resources:

Things to cache:

  • ~/.ivy/cache
  • ~/.m2
  • ~/.cache/coursier
  • ~/.cache/mill
  • out

These paths probably need to be relative to the runner.

Info on cache setup can be found here:
https://github.com/actions/cache/blob/master/examples.md#scala---sbt

@DamianReeves DamianReeves added the good first issue Good for newcomers label May 20, 2020
DamianReeves pushed a commit that referenced this issue May 25, 2022
* adding stuff to Value and Module #27 #29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant