Skip to content

Commit

Permalink
Enable multiple threads with xz
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed Sep 17, 2024
1 parent 043ca81 commit 695c0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tasks:
git config user.email '[email protected]'
git config user.name 'Lullabot Drainpipe'
git commit --quiet --message "Initial commit" --no-gpg-sign
git config tar.tar.xz.command "xz -c"
git config tar.tar.xz.command "xz --stdout --threads=0"
git config tar.tar.bz2.command "bzip2 -c"
git archive -o {{.o}} HEAD
test -f {{.o}}

0 comments on commit 695c0c4

Please sign in to comment.