Browse Source

Remove secondary Zstandard compression from LLVM packages

pull/1529/head
josetr 5 years ago
parent
commit
1fec063bb3
  1. 5
      build/scripts/LLVM.lua

5
build/scripts/LLVM.lua

@ -469,10 +469,7 @@ function archive_llvm(dir) @@ -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")

Loading…
Cancel
Save