Skip to content

Commit

Permalink
c/r: bump criu version requirements
Browse files Browse the repository at this point in the history
Since we're relying on 1.8 for the seccomp stuff, let's refuse to use
anything lower than that.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
  • Loading branch information
Tycho Andersen authored and stgraber committed Dec 10, 2015
1 parent 8164f0e commit 6bf5b3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lxc/criu.h
Expand Up @@ -29,10 +29,10 @@

// We require either the criu major/minor version, or the criu GITID if criu
// was built from git.
#define CRIU_VERSION "1.6"
#define CRIU_VERSION "1.8"

#define CRIU_GITID_VERSION "1.5"
#define CRIU_GITID_PATCHLEVEL 133
#define CRIU_GITID_VERSION "1.7"
#define CRIU_GITID_PATCHLEVEL 371

struct criu_opts {
/* The type of criu invocation, one of "dump" or "restore" */
Expand Down

0 comments on commit 6bf5b3d

Please sign in to comment.