Skip to content

Commit

Permalink
fix: use J option (xz) instead of j (bzip2) for compression
Browse files Browse the repository at this point in the history
We are setting a .tar.xz extension so we should build a .tar.xz
instead of a bzip2. This sets the appropiate option for that in
make-vendored-tarfile.sh

Signed-off-by: Irene Diez <[email protected]>
  • Loading branch information
7flying committed Aug 1, 2023
1 parent 95ba68d commit f0a60fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-vendored-tarfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ rm -rf winapi-x86_64-pc-windows-gnu/lib/*
rm -rf winapi-i686-pc-windows-gnu/lib/*
rm -rf vcpkg/test-data
popd #vendor
tar cjf fido-device-onboard-rs-$ver-vendor-patched.tar.xz vendor/
tar cJf fido-device-onboard-rs-$ver-vendor-patched.tar.xz vendor/

0 comments on commit f0a60fe

Please sign in to comment.