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 <dqminh89@gmail.com>
This commit is contained in:
Daniel Dao
2017-06-25 16:10:57 +01:00
parent 900f6f46e1
commit f8cca79253
+2 -2
View File
@@ -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