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 and pin zip to fix SourceBundles with >64k files #846

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

Swatinem
Copy link
Member

@Swatinem Swatinem commented Jun 7, 2024

The recent symbolicator update started emitting errors related to this. After a short debugging sessions, I pinned down the problem to a regression in zip which broke archives with >64k files.

See zip-rs/zip2#189 which is also linked from the Cargo.toml.

@Swatinem Swatinem requested a review from a team June 7, 2024 09:54
@Swatinem Swatinem self-assigned this Jun 7, 2024
The recent symbolicator update started emitting errors related to this.
After a short debugging sessions, I pinned down the problem to a regression in `zip` which broke archives with >64k files.
@Swatinem Swatinem enabled auto-merge (squash) June 7, 2024 10:02
@Swatinem Swatinem merged commit 8812f94 into master Jun 7, 2024
11 checks passed
@Swatinem Swatinem deleted the swatinem/downgrade-zip branch June 7, 2024 10:43
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.

None yet

2 participants