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

build tarball using ustar format for better compatibility #131

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 17, 2024

  1. build tarball using ustar format for better compatibility

    Tell tar to use the ustar format when building the release tarball.
    ustar is the baseline format that doesn't include extra headers that
    will cause warnings on any other tar version. Without it, the archive
    will often end up with headers like
    `LIBARCHIVE.xattr.com.apple.quarantine`, which will produce warnings
    when extracted with GNU tar.
    haarg committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6d9fe6e View commit details
    Browse the repository at this point in the history