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

Merged
merged 1 commit into from
Jan 20, 2025

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.

Base automatically changed from std-attach-resources to main January 20, 2025 04:15
@kylewlacy kylewlacy force-pushed the std-toolchain-tarball branch from c89ace8 to 07d504e Compare January 20, 2025 04:25
@kylewlacy kylewlacy marked this pull request as ready for review January 20, 2025 04:30
@kylewlacy kylewlacy merged commit 54085f9 into main Jan 20, 2025
3 checks passed
@kylewlacy kylewlacy deleted the std-toolchain-tarball branch January 20, 2025 04:32
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