Skip to content

Commit

Permalink
Enable multiple threads with xz (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed Sep 23, 2024
1 parent cdd6302 commit afdfa3c
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 @@ -63,7 +63,7 @@ tasks:
git config user.email 'no-reply@lullabot.com'
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 -C $TMP_DIR archive -o "$DESTINATION" HEAD
test -f "$DESTINATION"

0 comments on commit afdfa3c

Please sign in to comment.