2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

Dockerfile: re-build criu after clean

In order to be able to run the zdtm tests inside a container,
we have to make sure that all protobuf sources have been compiled.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov
2021-04-10 08:05:02 +01:00
committed by Andrei Vagin
parent f432186e73
commit 3074b6d5a2

View File

@@ -39,7 +39,8 @@ RUN git clean -dfx && date && \
make mrproper && ! git clean -ndx --exclude=scripts/build \ make mrproper && ! git clean -ndx --exclude=scripts/build \
--exclude=.config --exclude=test | grep . --exclude=.config --exclude=test | grep .
# Compile tests # Re-compile criu and compile tests for 'make docker-test'
RUN date && make -j $(nproc) CC="$CC" -C test/zdtm && date RUN make -j $(nproc) CC="$CC" && \
date && make -j $(nproc) CC="$CC" -C test/zdtm && date
#RUN make test/compel/handle_binary && ./test/compel/handle_binary #RUN make test/compel/handle_binary && ./test/compel/handle_binary