mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 06:44:23 +01:00
Currently, musl toolchain installation on arm64 is just downloading from a website. It's unsafe in case the website corrupts. So build musl toolchain from source if it can't be downloaded. Fixes: #1481 Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>