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

Fix older versions of tar not working when creating an archive (Cherry-pick of #11413) #11418

Merged
merged 5 commits into from Feb 4, 2021

Commits on Jan 6, 2021

  1. Fix older versions of tar not working when creating an archive (p…

    …antsbuild#11413)
    
    A user reported that the builtin `tar` on macOS Mojave (2.8) was erroring because of the argv including `a`. We instead can explicitly specify the format.
    
    Note that not all formats will still work on older tar versions, e.g. 2.8 does not support the `J` flag to create `.tar.xz`. The user will need to choose a compatible `format` instead like `tar`. We do not eagerly detect this situation because there are so many implementations of `tar` - it's an open question if we should check the failed process, though, so that we can augment the error message with info on this possible gotcha?
    
    [ci skip-rust]
    [ci skip-build-wheels]
    Eric-Arellano committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    38e1491 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Empty commit to force CI

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Eric-Arellano committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    0f5101e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Add debug line

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    b892663 View commit details
    Browse the repository at this point in the history
  2. Revert "Add debug line"

    This reverts commit b892663.
    
    [ci skip-rust]
    
    [ci skip-build-wheels]
    Eric-Arellano committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    4b3ae53 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Merge branch '2.1.x' of github.com:pantsbuild/pants into cp-tar-21

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Eric-Arellano committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    7ac8f89 View commit details
    Browse the repository at this point in the history