mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-28 03:24:24 +01:00
This patch add fall-back code path that builds cloud-hypervisor static binary from source, when the downloading of cloud-hypervisor binary is failing. This is useful when we experience network issues, and also useful for upgrading clh to non-released version. Together with the changes in the tests repo (https://github.com/kata-containers/tests/pull/2862), the Jenkins config file is also updated with new Execute shell script for the clh CI in the kata-containers repo. Those two changes fix the regression on clh CI here. Please check details in the issue below. Fixes: #781 Fixes: https://github.com/kata-containers/tests/issues/2858 Signed-off-by: Bo Chen <chen.bo@intel.com>