mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: Rely on latest virtiofsd version
Virtio-fs maintainers recently updated the virtiofsd daemon through their official branch on Gitlab. It includes fixes that were needed for cloud-hypervisor to work correctly with it. Jenkinsfile needs to be updated since the virtiofsd build requires both libseccomp and libcap-ng to be present on the system. One thing to notice, because the latest branch introduced a change regarding libfuse behavior, the counterpart patch has been added to the custom kernel branch "virtio-fs-virtio-iommu". Fixes #536 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
f0b7412495
commit
a40a70ad86
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -34,7 +34,7 @@ pipeline{
|
||||
stage ('Install system packages') {
|
||||
steps {
|
||||
sh "sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq build-essential mtools libssl-dev pkg-config"
|
||||
sh "sudo apt-get install -yq flex bison libelf-dev qemu-utils qemu-system libglib2.0-dev libpixman-1-dev libseccomp-dev socat"
|
||||
sh "sudo apt-get install -yq flex bison libelf-dev qemu-utils qemu-system libglib2.0-dev libpixman-1-dev libseccomp-dev libcap-ng-dev socat"
|
||||
sh "sudo snap install docker"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user