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

[std] Don't sync toolchain() and tools() as tarballs anymore #245

Open
kylewlacy opened this issue Feb 25, 2025 · 0 comments
Open

[std] Don't sync toolchain() and tools() as tarballs anymore #245

kylewlacy opened this issue Feb 25, 2025 · 0 comments

Comments

@kylewlacy
Copy link
Member

Blocked until Brioche >v0.1.4

In #147, the std.toolchain() and std.tools() recipes were tweaked to wrap the results in a tarball, which helped speed up downloads when using Brioche v0.1.4 due to both artifacts having lots of blobs.

brioche-dev/brioche#179 has been merged into the main branch of Brioche and is queued to go out in the next release. The new cache greatly speeds up syncing when downloading artifacts with lots of blobs. Explicitly wrapping std.toolchain() and std.tools() will no longer help performance, but using a compressed tarball will lead to more storage used in the cache (due to how artifacts are broken up using a content-defined chunking algorithm). So, we should revert #147 once the next version of Brioche is released supporting the new cache.

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

No branches or pull requests

1 participant