mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user