Skip to content

chore: recompress poorly compressed actor bundles#13059

Merged
Stebalien merged 1 commit intomasterfrom
steb/recompress-actors
Apr 23, 2025
Merged

chore: recompress poorly compressed actor bundles#13059
Stebalien merged 1 commit intomasterfrom
steb/recompress-actors

Conversation

@Stebalien
Copy link
Copy Markdown
Member

@Stebalien Stebalien commented Apr 23, 2025

Proposed Changes

Recompress poorly compressed actor bundles

These should have been compressed with zstd -19 but were probably compressed with the default compression level. Recompress them to save a bit of space.

NOTE: this will actually make the repo bigger (this is git so there's no "delete") but it'll reduce the size of lotus builds.

Checklist

Before you mark the PR ready for review, please make sure that:

@Stebalien Stebalien added the skip/changelog This change does not require CHANGELOG.md update label Apr 23, 2025
@github-project-automation github-project-automation Bot moved this to 📌 Triage in FilOz Apr 23, 2025
@Stebalien
Copy link
Copy Markdown
Member Author

This should shave about 20MiB off the final binary size.

@github-project-automation github-project-automation Bot moved this from 📌 Triage to ✔️ Approved by reviewer in FilOz Apr 23, 2025
@Stebalien
Copy link
Copy Markdown
Member Author

Note: these are the same bundles. I just ran them through unzstd then zstd -19 (not even untaring them so all of the files should be identical). The tests should verify this.

These should have been compressed with `zstd -19` but were probably
compressed with the default compression level. Recompress them to save a
bit of space.

NOTE: this will actually make the repo bigger (this is git so there's no
"delete") but it'll reduce the size of lotus builds.
@Stebalien Stebalien force-pushed the steb/recompress-actors branch from 3a2ee66 to 761777e Compare April 23, 2025 18:54
@Stebalien Stebalien merged commit f7af37d into master Apr 23, 2025
92 checks passed
@Stebalien Stebalien deleted the steb/recompress-actors branch April 23, 2025 19:33
@github-project-automation github-project-automation Bot moved this from ✔️ Approved by reviewer to 🎉 Done in FilOz Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip/changelog This change does not require CHANGELOG.md update

Projects

Status: 🎉 Done

Development

Successfully merging this pull request may close these issues.

2 participants