-
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
setup-node can't use zstd compression in Ubuntu 22.04 runners #800
Comments
Hello, @bateleurX ! Thank you for reporting this issue, we will investigate it and see what can be done :) |
Hello @bateleurX. We've merged the pull request with updating toolkit/cache to the latest version. Could you please try to use |
Hello @dmitry-shibanov
|
Thank you for your response @bateleurX. I will keep the issue opened until the new version of setup-node is released. |
Hello @bateleurX. The new version of setup-node was released. For now I'm going to close the issue. If you have any concerns feel free to ping us. |
Description:
setup-node can't manipulate zstd cache archives in Ubuntu 22.04 runners.
actions/cache ver 3.0.4 that is used by setup-node has a bug(actions/toolkit#1353) that blocks zstd usage on Ubuntu 22.04 runners.
Update dependent npm package actions/cache to versions >=3.1.4 to use zstd archive in Ubuntu 22.04 runners.
Action version:
v3.7.0
Platform:
Runner type:
Tools version:
pnpm 8.6.0
Repro steps:
Create pnpm cache with following workflow
Expected behavior:
Cache archive should be compressed in zstd.
Actual behavior:
Cache archive is compressed in gzip.
The text was updated successfully, but these errors were encountered: