From 1fec063bb3dec7372a80b71ffa14d5fda055e298 Mon Sep 17 00:00:00 2001 From: josetr <37419832+josetr@users.noreply.github.com> Date: Wed, 25 Nov 2020 00:58:30 +0000 Subject: [PATCH] Remove secondary Zstandard compression from LLVM packages --- build/scripts/LLVM.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build/scripts/LLVM.lua b/build/scripts/LLVM.lua index 96b132ef..0249510e 100644 --- a/build/scripts/LLVM.lua +++ b/build/scripts/LLVM.lua @@ -469,10 +469,7 @@ function archive_llvm(dir) else execute_or_die("tar cJf " .. path.join("..", archive) .. " *") end - - archive = dir .. ".tar.zst" - execute_or_die("tar --use-compress-program zstd -cf " .. path.join("..", archive) .. " *") - + os.chdir(cwd) if is_vagrant() then os.copyfile(archive, "/cppsharp")