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 jruby long link untar problem #49

Merged
merged 2 commits into from
Jul 5, 2024
Merged

Fix jruby long link untar problem #49

merged 2 commits into from
Jul 5, 2024

Conversation

schneems
Copy link
Contributor

@schneems schneems commented Jul 3, 2024

The tar crate is currently truncating filenames that are using the GNU "long link" feature alexcrichton/tar-rs#369.

The fix is to shell out to system tar instead.

The tar crate is currently truncating filenames that are using the GNU "long link" feature alexcrichton/tar-rs#369.

The fix is to shell out to system tar instead.
@schneems schneems marked this pull request as ready for review July 3, 2024 20:43
@schneems schneems requested a review from a team as a code owner July 3, 2024 20:43
@schneems schneems enabled auto-merge (squash) July 3, 2024 20:45
@schneems schneems merged commit 0147569 into main Jul 5, 2024
22 checks passed
@schneems schneems deleted the schneems/long-link branch July 5, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants