diff --git a/pmb/build/init.py b/pmb/build/init.py index 9a374cd4..62471462 100644 --- a/pmb/build/init.py +++ b/pmb/build/init.py @@ -22,7 +22,7 @@ def init_abuild_minimal(chroot: Chroot=Chroot.native()): # pigz is multithreaded and makes compression must faster, we install it in the native # chroot and then symlink it into the buildroot so we aren't running it through QEMU. - pmb.chroot.apk.install(["pigz"], Chroot.native(), build=False) + # pmb.chroot.apk.install(["pigz"], Chroot.native(), build=False) pmb.chroot.apk.install(["abuild"], chroot, build=False) # Fix permissions diff --git a/pmb/chroot/mount.py b/pmb/chroot/mount.py index 48ea6f86..079c046a 100644 --- a/pmb/chroot/mount.py +++ b/pmb/chroot/mount.py @@ -121,7 +121,7 @@ def mount_native_into_foreign(chroot: Chroot): if not musl_link.is_symlink(): pmb.helpers.run.root(["ln", "-s", "/native/lib/" + musl, musl_link]) - pmb.helpers.run.root(args, ["ln", "-sf", "/native/usr/bin/pigz", "/usr/local/bin/pigz"]) + # pmb.helpers.run.root(["ln", "-sf", "/native/usr/bin/pigz", "/usr/local/bin/pigz"]) def remove_mnt_pmbootstrap(chroot: Chroot): """ Safely remove /mnt/pmbootstrap directories from the chroot, without