criu/scripts/build
Kir Kolyshkin e4000c59a7 Dockerfiles: don't ignore make failures
Commit 299e4b4 ("travis: enable ccache for docker/qemu builds") combined
multiple RUN statements in Dockerfiles into a single one, which is good
for performance (as there is an intermediate cache created after each
statement). Unfortunately, it partially did so by combining statements
with use of semicolons, meaning we are ignoring non-zero exit codes.
As a result, failure from make are ignored and Travis builds are all
green.

To fix, replace all occurences of semicolon with &&.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
2017-04-02 18:12:10 +03:00
..
binfmt_misc Dockerfile: don't fail if a binfmt-misc rule already exists 2016-02-19 14:32:49 +03:00
Dockerfile.aarch64.hdr dockerfile: extract a common part in one file 2016-02-19 14:33:03 +03:00
Dockerfile.alpine Dockerfiles: don't ignore make failures 2017-04-02 18:12:10 +03:00
Dockerfile.armv7hf.hdr dockerfile: extract a common part in one file 2016-02-19 14:33:03 +03:00
Dockerfile.ppc64le.hdr travis: enable compilation for ppc64le 2016-05-06 14:38:29 +03:00
Dockerfile.tmpl Dockerfiles: don't ignore make failures 2017-04-02 18:12:10 +03:00
Dockerfile.x86_64.hdr Dockerfile: add libc6-dev-i386 & gcc-multilib 2017-03-14 21:03:20 +03:00
extract-deb-pkg Travis: fix yandex URL for packages 2016-08-01 16:51:05 +03:00
Makefile travis: enable ccache for docker/qemu builds 2017-04-02 18:09:34 +03:00