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

Remove bzip2, gzip, and none from supported compression types #33442

Closed
wants to merge 1 commit into from

Commits on Sep 28, 2023

  1. Remove bzip2, gzip, and none from supported compression types

    These extra compression types are inferior for us and have caused us
    extra support burden (especially none).
    
    This change does retain the ArchiveFormat::Tar such that we can continue
    to skip compression for unit tests. However, "tar" has been removed from
    the possible values array which means passing "--snapshot-archive-format
    tar" will error out.
    steviez committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    2ede3e2 View commit details
    Browse the repository at this point in the history