From 85a04d8f3edf4bf5657d8835d16a5cf2e3249b24 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 4 Sep 2026 17:43:07 +0300 Subject: [PATCH] Add criu as optional dependency --- info.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/info.yml b/info.yml index db5e707..294aff8 100644 --- a/info.yml +++ b/info.yml @@ -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