You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
We tried at one point but it just hung. The command was
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).The text was updated successfully, but these errors were encountered: