mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-12 01:54:25 +01:00
CCv0: Fix ccv0.sh to install virtiofsd
- Add call to install_virtiofsd.sh - Remove the qemu build in the cloud_hypervisor path Fixes: #4286 Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
@@ -328,14 +328,12 @@ install_guest_kernel_image() {
|
||||
}
|
||||
|
||||
build_qemu() {
|
||||
${tests_repo_dir}/.ci/install_virtiofsd.sh
|
||||
${tests_repo_dir}/.ci/install_qemu.sh
|
||||
}
|
||||
|
||||
build_cloud_hypervisor() {
|
||||
# While we still rely on the C version of virtiofsd, let's
|
||||
# install QEMU, which will then bring virtiofsd together.
|
||||
build_qemu
|
||||
|
||||
${tests_repo_dir}/.ci/install_virtiofsd.sh
|
||||
${tests_repo_dir}/.ci/install_cloud_hypervisor.sh
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user