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

Consider adding support for dependency caching #82

Open
ross-paypay opened this issue Oct 17, 2023 · 1 comment
Open

Consider adding support for dependency caching #82

ross-paypay opened this issue Oct 17, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ross-paypay
Copy link

First: Thanks for this action, its very helpful.

It would be super awesome if this action could add support for caching dependencies so that builds do not need to redownload and recompile them. I think maybe we could take some inspiration from the Rust Cache action.

Or maybe this cache could be used with the Rust Cache action together? 🤔

@Douile Douile added the enhancement New feature or request label Oct 17, 2023
@Douile
Copy link
Member

Douile commented Oct 18, 2023

With how we currently work (building in a Docker container in /rust/build) other actions steps can't access the build files.

This would be possible in the future if:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants