Uh oh!
There was an error while loading. Please reload this page.
Prefer using GNU tar - #610
Conversation
joshmgross
commented
Oct 29, 2020
Using BSD tar on Windows is intentional and avoids a lot of issues with GNU tar , see actions/cache#126 for more details. What issues are you trying to solve with GNU tar on Windows? |
smorimoto
commented
Nov 4, 2020
Hi, Josh! I'm so sorry for the late reply! Yeah, I definitely remember that, but now there is a problem like actions/cache#301 with BSD tar and this PR is one of the big steps to get around it and make zstd work on Windows as well. |
I actually didn't think it was going to be a big problem until we disabled it on Windows, but after that, I realized that |
dhadka
commented
Nov 18, 2020
👋 Just investigated two issues related to BSD vs GNU tar
|
smorimoto
commented
Jan 27, 2021
Also, if you are using Cygwin. If you are using Cygwin in your workflow, it will call Cygwin's tar, which will cause an error. |
smorimoto
commented
Jan 27, 2021
To address this, we need to review, merge, and release the relevant PR this depends on. |
Signed-off-by: Sora Morimoto <sora@morimoto.io>
Signed-off-by: Sora Morimoto <sora@morimoto.io>
smorimoto
commented
Apr 7, 2021
I procrastinating the my work on this PR a little, but will try to get there. @joshmgross@dhadka If you can update the patch quicker, please do that yourself. |
thboop
commented
May 24, 2021
I'm going to close this for now, please reopen when its ready for review! |
Note that we need to merge #609 and release the new version before merge this PR, and there are a few things to do after that.