actions / toolkit

The GitHub ToolKit for developing GitHub Actions.
https://github.com/features/actions
MIT License
5.02k stars 1.45k forks source link

cache: add support for `zstd --adapt` #1772

Open smorimoto opened 3 months ago

smorimoto commented 3 months ago

If I remember correctly, we had that support before, but somehow it seems to have been removed at some point. This PR not only brings it back to keep the cache toolkit fast, but also "actually" enables long mode as described below.

At least the official GitHub Actions images have fairly new zstd installed on all platforms, so once merged we get all the benefits.

smorimoto commented 3 months ago

Ready to merge!

smorimoto commented 3 months ago

Gentle ping @robherley

smorimoto commented 3 months ago

@robherley ping

smorimoto commented 2 months ago

@nebuk89 How do we move this forward?

smorimoto commented 2 months ago

Gentle reminder

smorimoto commented 2 months ago

@joshmgross ping

smorimoto commented 1 month ago

ping @joshmgross

joshmgross commented 1 month ago

👋 Hey @smorimoto,

Thank you for this change!

I don't think we have capacity to fully validate and test this change at the moment, but I'll keep in mind in the future when we're ready to invest more in this cache package.