Skip to content
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

Add zstd support #2676

Merged
merged 4 commits into from
Feb 27, 2021
Merged

Add zstd support #2676

merged 4 commits into from
Feb 27, 2021

Commits on Feb 23, 2021

  1. chore: Add zstd to dependencies

    Signed-off-by: Daniel Silverstone <[email protected]>
    kinnison committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    432379b View commit details
    Browse the repository at this point in the history
  2. compression: Add support for ZStd compression

    If the manifest contains zst_tar and zst_hash then treat them
    as ZStd compressed data.
    
    Signed-off-by: Daniel Silverstone <[email protected]>
    kinnison committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    1190714 View commit details
    Browse the repository at this point in the history
  3. tests: Enable testing of zstd compressed tarballs

    Signed-off-by: Daniel Silverstone <[email protected]>
    kinnison committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    fa20b49 View commit details
    Browse the repository at this point in the history
  4. tests: Refactor initial_install tests

    Signed-off-by: Daniel Silverstone <[email protected]>
    kinnison committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    100f7ca View commit details
    Browse the repository at this point in the history