From f8cca792537bda09dffcf78ebaff26a965f69297 Mon Sep 17 00:00:00 2001 From: Daniel Dao Date: Sun, 25 Jun 2017 16:10:57 +0100 Subject: [PATCH] criu: update to commit 3ca8e575b49763030d3ddfec4af190a4c9f9deef CI has fixed kernel version for stack gap bug, updated to https://github.com/xemul/criu/commit/3ca8e575b49763030d3ddfec4af190a4c9f9deef which seems to fix the failed tests. Signed-off-by: Daniel Dao --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3237fc2c5..db4f16072 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,9 +40,9 @@ RUN cd /tmp \ && rm -rf /tmp/bats # install criu -ENV CRIU_VERSION 3.1 +ENV CRIU_VERSION 3ca8e575b49763030d3ddfec4af190a4c9f9deef RUN mkdir -p /usr/src/criu \ - && curl -sSL https://github.com/xemul/criu/archive/v${CRIU_VERSION}.tar.gz | tar -v -C /usr/src/criu/ -xz --strip-components=1 \ + && curl -sSL https://github.com/xemul/criu/archive/${CRIU_VERSION}.tar.gz | tar -v -C /usr/src/criu/ -xz --strip-components=1 \ && cd /usr/src/criu \ && make install-criu \ && rm -rf /usr/src/criu