Add criu as optional dependency
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: runc
|
name: runc
|
||||||
description: CLI tool for spawning and running containers according to the OCI specification
|
description: CLI tool for spawning and running containers according to the OCI specification
|
||||||
version: 1.5.1
|
version: 1.5.1
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://github.com/opencontainers/runc
|
url: https://github.com/opencontainers/runc
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -10,6 +10,8 @@ architecture: any
|
|||||||
type: source
|
type: source
|
||||||
depends:
|
depends:
|
||||||
- libseccomp
|
- libseccomp
|
||||||
|
optional_depends:
|
||||||
|
- criu:For checkpoint support
|
||||||
make_depends:
|
make_depends:
|
||||||
- golang
|
- golang
|
||||||
- go-md2man
|
- go-md2man
|
||||||
|
|||||||
Reference in New Issue
Block a user