mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 13:58:34 +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:
parent
f432186e73
commit
3074b6d5a2
@ -39,7 +39,8 @@ RUN git clean -dfx && date && \
|
||||
make mrproper && ! git clean -ndx --exclude=scripts/build \
|
||||
--exclude=.config --exclude=test | grep .
|
||||
|
||||
# Compile tests
|
||||
RUN date && make -j $(nproc) CC="$CC" -C test/zdtm && date
|
||||
# Re-compile criu and compile tests for 'make docker-test'
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user