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

Explicitly set the tar format to GNU. #601

Merged
merged 1 commit into from
Jul 19, 2022
Merged

Explicitly set the tar format to GNU. #601

merged 1 commit into from
Jul 19, 2022

Commits on Jul 19, 2022

  1. Explicitly set the tar format to GNU.

    This means that:
    1. you'll get the same format no matter what version of Python you have.
       At Python 3.8 the default changed from GNU to PAX.
    2. The default will be suitable for building Debian packages containing
       long file names.
    
    A followup PR may add the capability to allow PAX tar writing, but I
    do not know the urgency of that at this time, so that is a future
    feature request.
    
    Fixes bazelbuild#216
    aiuto committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    7db61b7 View commit details
    Browse the repository at this point in the history