CI: fix travis build with clang

With this patch, Travis will build/test CRIU using clang, for real.

I swear I fixed it before, but the fix was apparently lost.

travis-ci: success for series starting with [1/3] compel: mv noexecstack from CFLAGS to LDFLAGS
Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Kir Kolyshkin 2016-10-20 20:02:28 -07:00 committed by Pavel Emelyanov
parent 41aa20ab7e
commit d9bd1dbb8b

View file

@ -27,8 +27,8 @@ ulimit -c unlimited
echo "|`pwd`/test/abrt.sh %P %p %s %e" > /proc/sys/kernel/core_pattern
export GCOV
make $(MAKE_VARS)
make $(MAKE_VARS) -C test/zdtm
make ${MAKE_VARS}
make ${MAKE_VARS} -C test/zdtm
./criu/criu check
./criu/criu check --all || echo $?