Skip to content

Workaround for Qemu aarch64 abuild-tar bug

postmarketOS Bot requested to merge workaround/aarch64-abuild-tar-qemu into master

Created by: ollieparanoid

Qemu has a bug in aarch64 emulation, that causes abuild-tar to omit files from the archives it generates in some cases (#546 (closed)). This workaround copies the abuild-tar binary from the native chroot into the buildroot_aarch64 and installs a wrapper to use it. That way we bypass emulation and it works as expected again. builds a patched abuild-tar, which avoids the bug.

Merge request reports