Add criu as optional dependency

This commit is contained in:
2026-09-04 17:43:07 +03:00
parent deb07ade4a
commit 85a04d8f3e
+3 -1
View File
@@ -1,7 +1,7 @@
name: runc
description: CLI tool for spawning and running containers according to the OCI specification
version: 1.5.1
revision: 1
revision: 2
url: https://github.com/opencontainers/runc
license: Apache-2.0
maintainers:
@@ -10,6 +10,8 @@ architecture: any
type: source
depends:
- libseccomp
optional_depends:
- criu:For checkpoint support
make_depends:
- golang
- go-md2man