From d8a348f7750df0b1f04acdd055e97d2b4035db68 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 2 Oct 2022 10:32:31 +0300 Subject: [PATCH] addpatch: crun Disable criu support until upstream has support (https://github.com/checkpoint-restore/criu/issues/1702) --- crun/riscv64.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 crun/riscv64.patch diff --git a/crun/riscv64.patch b/crun/riscv64.patch new file mode 100644 index 000000000..d940d1d33 --- /dev/null +++ b/crun/riscv64.patch @@ -0,0 +1,13 @@ +Index: PKGBUILD +=================================================================== +--- PKGBUILD (revision 1320583) ++++ PKGBUILD (working copy) +@@ -9,7 +9,7 @@ + license=('LGPL') + arch=('x86_64') + provides=('oci-runtime') +-depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp' 'criu') ++depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp') + makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git') + source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}) + validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')