mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-27 17:26:29 +00:00
Replace rm -rf qemu + clone-into-relative-path with mktemp -d so the build never touches a pre-existing qemu/ directory in the bind-mounted host working directory. The trap ensures cleanup on any exit path. Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>