-
Notifications
You must be signed in to change notification settings - Fork 289
Add github actions workflow (with caching) #292
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
base: master
Are you sure you want to change the base?
Conversation
Now, the workflow doesn't download tarballs on every run.
|
The changes to the Dockerfile seem to be required. I removed them in https://github.com/Peter0x44/w64devkit/actions/runs/18278436300/job/52035735401 and it hung. |
|
I managed to remove the changes to the Dockerfile, it still works. |
|
I fixed the duplicate runs on pull requests. Should be good to merge @skeeto . |
7b0d096 to
f86ca3d
Compare
|
No. I can't get that working. |
5942be1 to
ad1624e
Compare
|
@skeeto any objections left? I would love to get this in, I'm using it heavily. |

This is a continuation of #72, the changes I added were to make caching work, so the CI doesn't have to download tarballs on every run.
I am not sure if the changes to the Dockerfile are necessary. I initially made them because exporting the image to layers or something like that was hanging, and it fixed that. Docker is not something I have a lot of knowledge about. My changes were LLM authored, but I did test them as thoroughly as I could.They are not. Removed.