From dbfe85e705e1247d2ea9ac77a4c1be84fe521cd3 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Sat, 17 Oct 2020 16:45:07 +0800 Subject: [PATCH] snap: install libseccomp-dev To build qemu with virtio-fs support. Depends-on: github.com/kata-containers/tests#2979 Fixes: #982 Signed-off-by: Peng Tao --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 37b2110f29..3b550b4763 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -284,7 +284,7 @@ parts: done # Only x86_64 supports libpmem - [ "$(uname -m)" = "x86_64" ] && sudo apt-get --no-install-recommends install -y apt-utils ca-certificates libpmem-dev + [ "$(uname -m)" = "x86_64" ] && sudo apt-get --no-install-recommends install -y apt-utils ca-certificates libpmem-dev libseccomp-dev configure_hypervisor=${kata_dir}/tools/packaging/scripts/configure-hypervisor.sh chmod +x ${configure_hypervisor}