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] Sync toolchain() and tools() as tarballs #147

Draft
wants to merge 1 commit into
base: std-attach-resources
Choose a base branch
from

Conversation

kylewlacy
Copy link
Member

Depends on #146

Part of brioche-dev/brioche#147

This PR updates the std.toolchain() and std.tools() recipes by wrapping them with a new function called syncTarball. Internally, this function just tars then untars each recipe, which is effectively a no-op. But the tarred version of the recipe is what would get synced from the registry, meaning this should ensure both std.toolchain() and std.tools() would get synced as a single tar download, rather than thousands of individual file downloads.

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.

1 participant