ARM-software / lisa

Linux Integrated System Analysis
Apache License 2.0
200 stars 119 forks source link

tools/lisa-build-asset: Use lazy umount #2163

Closed douglas-raillard-arm closed 8 months ago

douglas-raillard-arm commented 8 months ago

FIX

Use lazy umount of chroot folders to avoid failing if a process is still accessing it. There seems to be some processes alive for a short duration after we finished building that otherwise intermittently make cleanup fail.