mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 12:36:47 +00:00
Dockerfile.fedora-asan: don't ignore failures
Same as commit e4000c59a7 ("Dockerfiles: don't ignore make failures").
Seems that Dockerfile.fedora-asan copy/pasted an old version.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
20a460fabf
commit
7a4bb5fddf
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ COPY . /criu
|
|||
WORKDIR /criu
|
||||
|
||||
ENV CCACHE_DIR=/tmp/.ccache CCACHE_NOCOMPRESS=1 $ENV1=yes
|
||||
RUN mv .ccache /tmp; make mrproper; ccache -s; \
|
||||
date; make -j $(nproc) ASAN=1 CC="$CC"; date
|
||||
RUN mv .ccache /tmp && make mrproper && ccache -s && \
|
||||
date && make -j $(nproc) ASAN=1 CC="$CC" && date
|
||||
RUN make ASAN=1 -C test/zdtm -j $(nproc)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue