Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 22cbadad authored by Robert Nelson's avatar Robert Nelson
Browse files

weekly: limit xz to 2 threads


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 08690ff5
Branches
Tags
No related merge requests found
......@@ -52,7 +52,7 @@ debian_jessie_seeed_lxqt_4gb="debian-8.7-seeed-lxqt-4gb-armhf-${time}"
xz_img="xz -z -8"
#xz_tar="xz -z -8"
xz_tar="xz -T0 -z -8"
xz_tar="xz -T2 -z -8"
beaglebone="--dtb beaglebone --rootfs_label rootfs --hostname beaglebone --enable-cape-universal"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment