File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ export_sources() {
112
112
echo " $rc " > $target_dir /llvm-rc-$yyyymmdd .txt
113
113
echo " $git_rev " > $target_dir /llvm-git-revision-$yyyymmdd .txt
114
114
115
- git archive --prefix=llvm-project-$release$rc .src/ $tree_id . | xz > $target_dir /$( template_file llvm-project)
115
+ git archive --prefix=llvm-project-$release$rc .src/ $tree_id . | xz -T0 > $target_dir /$( template_file llvm-project)
116
116
popd
117
117
118
118
if [ -z " $snapshot " ]; then
@@ -131,7 +131,7 @@ export_sources() {
131
131
for proj in $projects ; do
132
132
echo " Creating tarball for $proj ..."
133
133
pushd $llvm_src_dir /$proj
134
- git archive --prefix=$proj -$release$rc .src/ $tree_id . | xz > $target_dir /$( template_file $proj )
134
+ git archive --prefix=$proj -$release$rc .src/ $tree_id . | xz -T0 > $target_dir /$( template_file $proj )
135
135
popd
136
136
done
137
137
}
You can’t perform that action at this time.
0 commit comments