-
Notifications
You must be signed in to change notification settings - Fork 4.4k
[7.0.0] Fix extraction of tar archives containing sparse files. #20127
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
Conversation
By upgrading the Apache Commons Compress library to 1.20. I'm deliberately not upgrading to the most recent one (1.24.0) because it would require an additional JDK module (java.desktop) and significantly regress the binary size. Fixes #20090. Closes #20110. PiperOrigin-RevId: 580935354 Change-Id: I6c9728ac3fd925432f44a55efaef8f5b52d428c0
|
@meteorcloudy @tjgq could you take a look at the failures please? I'm hesitant to run any of the suggested commands without context, but lmk if there's anything needed. |
|
@keertk I believe you need to run |
|
Looks good now, thanks. |
|
can u fix lts-6 as well? |
|
@honwen we don't have plans for another 6.x release at the moment. We'll include this if we get more requests and go through with a release. |
|
@bazel-io fork 6.5.0 |
By upgrading the Apache Commons Compress library to 1.20. I'm deliberately not upgrading to the most recent one (1.24.0) because it would require an additional JDK module (java.desktop) and significantly regress the binary size.
Fixes #20090.
Closes #20110.
Commit 93729f4
PiperOrigin-RevId: 580935354
Change-Id: I6c9728ac3fd925432f44a55efaef8f5b52d428c0