-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 posix archive format #475
Conversation
I've checked that this works on my Windows machine, so there should be no major problem. |
https://bugs.swift.org/browse/SR-11760 might be caused by the loss of fractional timestamps. actions/toolkit#475 should store fractional timestamps as part of the cache, but has not been merged yet. I expect the cache to not reduce the runtime currently.
https://bugs.swift.org/browse/SR-11760 might be caused by the loss of fractional timestamps. actions/toolkit#475 should store fractional timestamps as part of the cache, but has not been merged yet. I expect the cache to not reduce the runtime currently.
https://bugs.swift.org/browse/SR-11760 might be caused by the loss of fractional timestamps. actions/toolkit#475 should store fractional timestamps as part of the cache, but has not been merged yet. I expect the cache to not reduce the runtime currently.
@joshmgross @aiqiaoy friendly ping |
Updated. |
Status? |
Hi @bryanmacfarlane. Can you check this? |
If necessary, please let me know so that I can help you with the maintenance of the cache action related projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smorimoto Change looks good but please bump the minor package version here and update releases.md
Example PR here
I pulled the branch and tested on my mac (mac and linux runner is using |
Sorry. I will be in an area with an unstable Internet connection until the 29th. Of course, I can work on this later. But, if you don't mind, this branch is set to be editable by you, so feel free to push those changes. |
I lost the repository because of an accident, so I will close this and open another PR later. |
This was merged as #533. |
Related issue: actions/cache#326