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

Use regular caching on CI #94

Closed
Milo123459 opened this issue May 11, 2022 · 2 comments
Closed

Use regular caching on CI #94

Milo123459 opened this issue May 11, 2022 · 2 comments

Comments

@Milo123459
Copy link
Collaborator

Milo123459 commented May 11, 2022

- uses: satackey/action-docker-layer-caching@v0.0.11

Is there any reason we are using this instead of just @actions/cache or some Rust configured one? Or is this doing something else?

@aleksrutins
Copy link
Contributor

I think that that's specifically for the docker run tests, to cache built Docker layers between runs. I'm not sure that @actions/cache can do that, and if it can, it's probably a good bit more complicated.

@coffee-cup
Copy link
Contributor

Yes @aleksrutins is correct. It simply just caches the Docker layers and does not have anything to do with the Rust cache.

However, it has been causing some issues lately so I might remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants