Skip to content

cygwin install action doesn't make a github cache #10

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

Closed
spk121 opened this issue Jul 19, 2023 · 2 comments
Closed

cygwin install action doesn't make a github cache #10

spk121 opened this issue Jul 19, 2023 · 2 comments

Comments

@spk121
Copy link

spk121 commented Jul 19, 2023

I notice that when I use the cygwin install action, I don't see a cache file getting created. I believe this means that every time I run my CI/CD, it is downloading a fresh set of files from Cygwin or one of its mirrors.

There's nothing wrong with that, of course, but, if cygwin is worried about bandwidth usage, you could add some download caching like how the msys2/setup-msys2@v2 action does.

Sorry, but, I don't understand it well enough to offer a patch.

@me-and
Copy link
Contributor

me-and commented Jul 19, 2023

Yes, it's definitely the case that this action currently downloads packages every time. I've been working on adding caching – see #6 – but that work has been stalled for some time, as a variety of personal life issues mean I've not been able to put much time into OSS projects for a while.

I'm planning on picking that work up as soon as I can (it's mid-way down my OSS to-do list), but I don't have any estimate for that. Alternatively, I'd be entirely happy for someone else to take that work and run with it.

@spk121
Copy link
Author

spk121 commented Jul 19, 2023

Duplicate of #6

@spk121 spk121 closed this as completed Jul 19, 2023
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

2 participants