Skip to content

Commit 105e9de

Browse files
committed
Use lz4
1 parent 33315a4 commit 105e9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuildScriptGenerator/BaseBashBuildScript.sh.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ then
190190
DESTINATION_DIR="$OLD_DESTINATION_DIR"
191191
echo "Compressing content of directory '$preCompressedDestinationDir'..."
192192
cd "$preCompressedDestinationDir"
193-
tar -I pigz -cf "$DESTINATION_DIR/output.tar.gz" .
193+
tar -I lz4 -cf "$DESTINATION_DIR/output.tar.lz4" .
194194
echo "Copied the compressed output to '$DESTINATION_DIR'"
195195
{{ end }}
196196
fi

0 commit comments

Comments
 (0)