-
Notifications
You must be signed in to change notification settings - Fork 7
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
tar.exe: Option --force-local is not supported #26
Comments
Hmm, something must have changed upstream (i.e. in the default windows setup used by GitHub actions). I think they might have switched to BSD tar. Given actions/toolkit#165 has been closed, maybe we could simply try and use tool-cache? |
This was broken by an update that GitHub deployed to the VMs some hours ago. There is little we can do on our side. See actions/runner-images#282. |
It is possible to work around it using 7z instead of tar: msys2/setup-msys2@7ade64a |
Great idea too! My advice on this would be:
What do you think? |
I agree. However, I think that using The issue now is that Apart from that, until now we have been downloading the tarball each time. Since we are already using the |
I would like to make sure that projects depending on this action are unblocked as soon as possible. Would it be reasonable to implement a simple switch to |
@Kha, the single-line modification in msys2/setup-msys2@7ade64a works. It is already implemented and published in |
@eine my idea was that tool-cache supposedly has support for un-taring a file, so we might as well rely on this. When I first wrote that extension, Anyway, sounds like once again we're on our own to work around trivial upstream issues… @eine , would you be so kind as to create a PR with your 7z-based fix? Thanks so much! |
Ok, it's fixed. Thanks @eine ! |
Example of this happening: https://github.com/monero-project/monero-gui/commit/fae5956bfbbe81256304eeeca24d0a8a51ca08bb/checks?check_suite_id=405350921
Same workflow used to work 2 days ago.
The text was updated successfully, but these errors were encountered: