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

Ability to run a command or script prior to cache save #48

Open
Tracked by #52
djmarcin opened this issue Jun 3, 2022 · 4 comments
Open
Tracked by #52

Ability to run a command or script prior to cache save #48

djmarcin opened this issue Jun 3, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@djmarcin
Copy link
Contributor

djmarcin commented Jun 3, 2022

Sometimes it's useful to prepare a directory for caching by removing some bits that should not be cached. This could be done directly in the command but it seems better to group with the caching configuration.

Specific motivating example is the target directory for Rust, which contains both third party dependencies which are of highest value to cache, and incremental compilation of local crates which are large and low value (or sometimes broken) to cache. Inspiration from the https://github.com/Swatinem/rust-cache GitHub Actions plugin.

@gencer
Copy link
Collaborator

gencer commented Jun 3, 2022

I think this can be co-implemented with #47

@gencer gencer added the enhancement New feature or request label Jun 3, 2022
@stale
Copy link

stale bot commented Jun 28, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jun 28, 2022
@gencer
Copy link
Collaborator

gencer commented Jul 5, 2022

Not stale

@stale stale bot removed the wontfix This will not be worked on label Jul 5, 2022
@stale
Copy link

stale bot commented Aug 1, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Aug 1, 2022
@stale stale bot closed this as completed Aug 12, 2022
@gencer gencer reopened this Aug 12, 2022
@stale stale bot removed the wontfix This will not be worked on label Aug 12, 2022
@gencer gencer mentioned this issue Aug 29, 2022
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants