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

Figure out how to use zstd compression to archive Windows packages #11

Open
dabrahams opened this issue Mar 4, 2024 · 0 comments
Open

Comments

@dabrahams
Copy link
Collaborator

We tried at one point but it just hung. The command was

 tar cf D:\a\llvm-build\llvm-build/llvm-17.0.6-x86_64-unknown-windows-msvc17-Debug.tar.zst --zstd llvm-17.0.6-x86_64-unknown-windows-msvc17-Debug

We switched to .7z for windows but that complicates our workflows and increases latency, since you can't decompress 7z format from a stream (it needs to read the whole file before it can start).

@dabrahams dabrahams changed the title Figure out how to use zstd compression to build Windows packages Figure out how to use zstd compression to archive Windows packages Mar 4, 2024
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