We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33315a4 commit 105e9deCopy full SHA for 105e9de
src/BuildScriptGenerator/BaseBashBuildScript.sh.tpl
@@ -190,7 +190,7 @@ then
190
DESTINATION_DIR="$OLD_DESTINATION_DIR"
191
echo "Compressing content of directory '$preCompressedDestinationDir'..."
192
cd "$preCompressedDestinationDir"
193
- tar -I pigz -cf "$DESTINATION_DIR/output.tar.gz" .
+ tar -I lz4 -cf "$DESTINATION_DIR/output.tar.lz4" .
194
echo "Copied the compressed output to '$DESTINATION_DIR'"
195
{{ end }}
196
fi
0 commit comments