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

Add support for extracting zst LLVM distributions #433

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

AustinSchuh
Copy link
Contributor

zstd is a lot faster than xz at decompressing. Unfortunately, llvm/clang aren't distributed with zstd, so this still takes action to create a binary package, and then add it to _llvm_distributions.

@AustinSchuh
Copy link
Contributor Author

We mirror all our packages internally with URL rewriting, and just upload a re-compressed copy to make it available. Anyone got better ideas for that process which would work for the community?

@AustinSchuh
Copy link
Contributor Author

bazelbuild/bazel#21210 has my benchmark numbers for size + decompression speed. The difference is dramatic.

@fmeum fmeum enabled auto-merge (squash) January 8, 2025 22:48
zstd is a lot faster than xz at decompressing.  Unfortunately,
llvm/clang aren't distributed with zstd, so this still takes action to
create a binary package, and then add it to _llvm_distributions.

Signed-off-by: Austin Schuh <[email protected]>
@fmeum fmeum merged commit d834d83 into bazel-contrib:master Jan 9, 2025
35 checks passed
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.

2 participants