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

downgrade ZIP dependency to a version that supports >65k files #2550

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

syphar
Copy link
Member

@syphar syphar commented Jul 11, 2024

First fix for #2536 , related issue in zip-rs/zip2#179.

Either we were using the zip library wrong, or it is a bug in there. in any case at least some of the archive indexes are broken and only consist of 65535 file entries. The ZIP files seem to work and I can extract all files without any issue.

I'll figure out a simple way to find affected releases since we upgraded the library and either just queue rebuilds, or recreate the archive indexes from the archives.

For now I just want no new broken releases, and want to rebuild only this reportedly broken release.

@syphar syphar requested a review from a team as a code owner July 11, 2024 17:33
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Jul 11, 2024
@syphar syphar merged commit 7ad8c62 into rust-lang:master Jul 11, 2024
@syphar syphar deleted the downgrade-zip branch July 11, 2024 18:19
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Jul 11, 2024
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Jul 12, 2024
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