Browse Source

Remove secondary Zstandard compression from LLVM packages

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

3
build/scripts/LLVM.lua

@ -470,9 +470,6 @@ function archive_llvm(dir) @@ -470,9 +470,6 @@ function archive_llvm(dir)
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