mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 00:27:09 +02:00
build/release/roms: use -T0 on serprog tarballs
xz supports using multiple threads so use multiple threads Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -85,7 +85,7 @@ make_archive()
|
|||||||
if [ ! -f "config/coreboot/${target}/target.cfg" ]; then
|
if [ ! -f "config/coreboot/${target}/target.cfg" ]; then
|
||||||
# No config, just make a tarball
|
# No config, just make a tarball
|
||||||
tarball=release/${version}/roms/${target}_${version}.tar.xz
|
tarball=release/${version}/roms/${target}_${version}.tar.xz
|
||||||
tar -c "${builddir}" | xz -6 > ${tarball} || \
|
tar -c "${builddir}" | xz -T0 -6 > ${tarball} || \
|
||||||
(rm ${tarball}
|
(rm ${tarball}
|
||||||
err "make_archive: cannot make \"${tarball}\"")
|
err "make_archive: cannot make \"${tarball}\"")
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user