mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build_edk2 was leaving behind .built markers even when compilation failed. Gate creation of.built marker to occur only on successful build Modify build_edk2() to exit with error code when arm64 firmware artifact : CLOUDHV_EFI.fd is not produced Fixes #7608 Signed-off-by: Saravanan D <saravanand@crusoe.ai>