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

Compressor fixes #3142

Merged
merged 6 commits into from
Mar 22, 2024
Merged

Compressor fixes #3142

merged 6 commits into from
Mar 22, 2024

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    1776776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0fce4d View commit details
    Browse the repository at this point in the history
  3. remove problematic lzma package from docker image

    The version of lzma provided by the lzma package has a bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700681
    where it refuses to decompress if the file extension does not match,
    causing the test to fail. This could be worked around but the `xz-utils`
    package already provides a version of `lzma` that does not have this
    issue, so that can be used instead.
    mbway committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9d241fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cd79a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e033132 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae7657d View commit details
    Browse the repository at this point in the history