mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 17:59:31 +00:00
Merge pull request #4287 from stevenhorsman/CCv0-virtiofsd-fix
CCv0: Fix ccv0.sh to install virtiofsd
This commit is contained in:
commit
c84be3c6cd
@ -328,14 +328,12 @@ install_guest_kernel_image() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build_qemu() {
|
build_qemu() {
|
||||||
|
${tests_repo_dir}/.ci/install_virtiofsd.sh
|
||||||
${tests_repo_dir}/.ci/install_qemu.sh
|
${tests_repo_dir}/.ci/install_qemu.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
build_cloud_hypervisor() {
|
build_cloud_hypervisor() {
|
||||||
# While we still rely on the C version of virtiofsd, let's
|
${tests_repo_dir}/.ci/install_virtiofsd.sh
|
||||||
# install QEMU, which will then bring virtiofsd together.
|
|
||||||
build_qemu
|
|
||||||
|
|
||||||
${tests_repo_dir}/.ci/install_cloud_hypervisor.sh
|
${tests_repo_dir}/.ci/install_cloud_hypervisor.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user