hylo-lang / llvm-build

LLVM library binaries that are compatible with the Swift runtime
2 stars 0 forks source link

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

Open dabrahams opened 6 months ago

dabrahams commented 6 months ago

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).