forked from Mirror/pmbootstrap
build: remove QEMU workaround for aarch64 (!1814)
QEMU is now at v4.0.0 and the issue was fixed upstream. Fixes #546.
This commit is contained in:
parent
5a97c60256
commit
0f7678f033
4 changed files with 0 additions and 117 deletions
|
@ -92,11 +92,5 @@ def init(args, suffix="native"):
|
|||
"s/^ERROR_CLEANUP=.*/ERROR_CLEANUP=''/",
|
||||
"/etc/abuild.conf"], suffix)
|
||||
|
||||
# QEMU workaround (aarch64 only)
|
||||
arch = pmb.parse.arch.from_chroot_suffix(args, suffix)
|
||||
emulate = pmb.parse.arch.cpu_emulation_required(args, arch)
|
||||
if emulate and arch == "aarch64":
|
||||
pmb.build.qemu_workaround_aarch64(args, suffix)
|
||||
|
||||
# Mark the chroot as initialized
|
||||
pmb.chroot.root(args, ["touch", marker], suffix)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue