Skip to content

Commit

Permalink
addpatch: crun
Browse files Browse the repository at this point in the history
Disable criu support until upstream has support
(checkpoint-restore/criu#1702)
  • Loading branch information
felixonmars committed Oct 2, 2022
1 parent 5c9c033 commit d8a348f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions crun/riscv64.patch
Original file line number Diff line number Diff line change
@@ -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')

0 comments on commit d8a348f

Please sign in to comment.