-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[miniz] Bump miniz version to 3.0.2 and add patch for zip64 #140041
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/140041
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 611bc6f with merge base dfcf740 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D65586230 |
1d2df9e to
39fe446
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65586230 |
|
This pull request was exported from Phabricator. Differential Revision: D65586230 |
39fe446 to
f8d2a1e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65586230 |
f8d2a1e to
149e875
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65586230 |
149e875 to
a041a46
Compare
a041a46 to
6bf2f24
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65586230 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D65586230 |
6bf2f24 to
8ef86ef
Compare
Summary: Pull Request resolved: #140041 Bump miniz version from 2.1.0 to 3.0.2 and apply these patches: * #79636 patches internal BUCK and bazel build * #138959 adds `bool compute_crc32` argument * miniz PR: richgel999/miniz#324 to support zip64 Anyone bumping miniz version again, please apply these patches as well. Test Plan: Rely on unit test Imported from OSS Differential Revision: D65586230
|
This pull request was exported from Phabricator. Differential Revision: D65586230 |
8ef86ef to
749240d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65586230 |
Summary: Pull Request resolved: #140041 Bump miniz version from 2.1.0 to 3.0.2 and apply these patches: * #79636 patches internal BUCK and bazel build * #138959 adds `bool compute_crc32` argument * miniz PR: richgel999/miniz#324 to support zip64 Anyone bumping miniz version again, please apply these patches as well. Test Plan: Rely on unit test Imported from OSS Differential Revision: D65586230
749240d to
f7301f1
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65586230 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D65586230 |
f7301f1 to
049ea13
Compare
Summary: Pull Request resolved: #140041 Bump miniz version from 2.1.0 to 3.0.2 and apply these patches: * #79636 patches internal BUCK and bazel build * #138959 adds `bool compute_crc32` argument * miniz PR: richgel999/miniz#324 to support zip64 Anyone bumping miniz version again, please apply these patches as well. Test Plan: Rely on unit test Imported from OSS Reviewed By: mikaylagawarecki, angelayi Differential Revision: D65586230
|
This pull request was exported from Phabricator. Differential Revision: D65586230 |
049ea13 to
611bc6f
Compare
|
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
#140041 added some logic to fix a zip64 header error. This PR makes sure `extra_size_remaining` doesn't overflow.
…41266) #140041 added some logic to fix a zip64 header error. This PR makes sure `extra_size_remaining` doesn't overflow. Pull Request resolved: #141266 Approved by: https://github.com/angelayi
…140041) Summary: Bump miniz version from 2.1.0 to 3.0.2 and apply these patches: * pytorch#79636 patches internal BUCK and bazel build * pytorch#138959 adds `bool compute_crc32` argument * miniz PR: richgel999/miniz#324 to support zip64 Anyone bumping miniz version again, please apply these patches as well. Test Plan: Rely on unit test Imported from OSS Differential Revision: D65586230 Pull Request resolved: pytorch#140041 Approved by: https://github.com/mikaylagawarecki
…torch#141266) pytorch#140041 added some logic to fix a zip64 header error. This PR makes sure `extra_size_remaining` doesn't overflow. Pull Request resolved: pytorch#141266 Approved by: https://github.com/angelayi
Summary:
Bump miniz version from 2.1.0 to 3.0.2 and apply these patches:
bool compute_crc32argumentzip64
Anyone bumping miniz version again, please apply these patches as well.
Test Plan:
Rely on unit test
Imported from OSS
Differential Revision: D65586230